前端----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>
相關文章
相關標籤/搜索