/* 示例 CSS 文件 */
/* 设置全局字体和背景颜色 */
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
/* 设置标题样式 */
h1 {
color: #333;
text-align: center;
}
/* 设置段落样式 */
p {
margin: 10px 0;
line-height: 1.6;
}
/* 设置链接样式 */
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* 设置按钮样式 */
button {
padding: 10px 20px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
如果你需要更多样式的示例或有特定的需求,请告诉我!
上一篇:css压缩
下一篇:position在css中的用法
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站