前端----HTML/CSS 单边框

先说下边框怎么用:css border-bottom:2px solid red;html 3个参数意思分别是 边框宽度为2px(2像素),边框类型为实线,边框颜色为红色测试 <!DOCTYPE html> <html> <head> <style> p{ border-bottom:2px solid red; } </style> </head> <body>
相关文章
相关标签/搜索