欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

div上边加边框

1、应用单词与值


  1. border-top:1px solid #F00 

2、完整实例代码


  1. <!DOCTYPE html> 
  2. <html> 
  3. <head> 
  4. <meta charset="utf-8" /> 
  5. <title>www.CSS5.com.cn</title> 
  6. <style> 
  7. .a-top{ border-top:1px solid #F00} 
  8. </style> 
  9. </head> 
  10. <body> 
  11. <div class="a-top">只配置div上边框</div> 
  12. </body> 
  13. </html> 

3、成果截图

div 边框-上边框

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css-jiaocheng/tc53804.shtml