Border CSS Generator
Playground
Preview
border: {{settings.width}}px {{settings.style}} {{settings.color}};
The CSS border properties allow you to specify the style, width, and color of an element’s border.
CSS Border Style
The border-style
property specifies the style of the border, and can have one of the following values:
dotted
– Defines a dotted outlinedashed
– Defines a dashed outlinesolid
– Defines a solid outlinedouble
– Defines a double outlinegroove
– Defines a 3D grooved outlineridge
– Defines a 3D ridged outlineinset
– Defines a 3D inset outlineoutset
– Defines a 3D outset outlinenone
– Defines no outlinehidden
– Defines a hidden outline