重新认识web前端-border的使用

border:简写,定义四个边
1px solid red;

            border-width:
                        px

            border-style:
                         none 无(保证边框样式不为none,才能正常显示边框)
                         solid实线
                         dashed虚线
                         dotted点线
                         double双线

            border-color:
                        transparent 透明
                         red
                         #ff0000
                         rgb(0,0,0)

你可能感兴趣的:(html,html5,css)