12.Css-- border

Css Border

                                                                                                                                                                    

 

Border settings

 

Attributes

Explanation

Border-width

Set the border width

Border-style

Set the style of the border

Border-color

Set the color of the border

Border

Set all borders

Border-top

Set on the border

Similarly there border-bottom (lower); border-left (left); border-right (right)

Border-radius

Set rounded borders

Example: border-radius: 20px / 15px

DETAILED DESCRIPTION: The above example is provided while an oval rounded corners, while setting the effect of four rounded corners, provided both

Distance from the center left and right side 20px, from the bottom 15px.

 

Published 29 original articles · won praise 17 · views 388

Guess you like

Origin blog.csdn.net/weixin_46319702/article/details/105078756