Core CSS

Border Specifications Table

CSS Border Specifications
Value Appearance
Full Border: width style color;
border:5px solid gray;
Full Border Partial Specifications with Default Border Values: medium none "text color";
border:;
Text
border:5px;
Text
border:solid;
Text
border:gray;
Text
border:5px solid;
Text
border:5px gray;
Text
border:solid gray;
Text
Individual Side Borders: width style color;
border-top:3px solid gray;
border-left:5px dotted black;
border-right:2px dashed silver;
border-bottom:4px double black;
 
 

© 2007–2024 XoaX.net LLC. All rights reserved.