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

1、应用单词和值


  1. border-bottom:1px solid #000 

2、残破实例代码


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

3、截图 设置DIV玄色的下边框

div 下边框-底部边框

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