Advertisement
hanyizack

Border Style

Feb 1st, 2017
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1.  
  2. The border-style property specifies what kind of border to display.
  3.  
  4. The following values are allowed:
  5.  
  6. dotted - Defines a dotted border
  7. dashed - Defines a dashed border
  8. solid - Defines a solid border
  9. double - Defines a double border
  10. groove - Defines a 3D grooved border. The effect depends on the border-color value
  11. ridge - Defines a 3D ridged border. The effect depends on the border-color value
  12. inset - Defines a 3D inset border. The effect depends on the border-color value
  13. outset - Defines a 3D outset border. The effect depends on the border-color value
  14. none - Defines no border
  15. hidden - Defines a hidden border
  16. The border-style property can have from one to four values (for the top border, right border, bottom border, and the left border).
  17.  
  18. Download File : http://ow.ly/1jp5308AoZ4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement