Ai
2 Star 0 Fork 0

mirrors_xtuc/php-css-parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark Boomaars 提交于 2011-08-07 01:52 +08:00 . first commit
/*
This is my CSS file
*/
body {
font-family: Arial;
font-size: 10pt;
font-style: normal;
color: #ff0000;
background-color: #00ff00;
}
BODY {
padding-left: 2px;
}
/* class of top added to body element */
body.top {
font-family: Arial;
font-size: 10pt;
text-decoration: none;
}
.main {
font-family: Arial;
font-size: 10px;
font-style: normal;
}
td, th {
font-family: Arial;font-style: normal;border: 1px solid grey;
}
a {
font-family: Arial;
text-decoration: none;
font-weight:bold;
}
a.navi
{ font-size: 10pt;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}
a:active {
color: red;
}
/* End of CSS */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_xtuc/php-css-parser.git
git@gitee.com:mirrors_xtuc/php-css-parser.git
mirrors_xtuc
php-css-parser
php-css-parser
master

搜索帮助