css调用foot.txt
导读:/* 样式表 for the main content */body {font-family: Arial, sans-serif;margin: 0;padding: 0;}/* 样式表 for the foot元素 */#foot {...
/* 样式表 for the main content */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
/* 样式表 for the foot元素 */
#foot {
background-color: #f0f0f0;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: css调用foot.txt
本文地址: https://pptw.com/jishu/24088.html