breadcrumb
White Smoke
White Smoke preview and CSS codes
Text |
|
This text has a font color of #ececec | |
.text {color:#ececec;}
|
|
.text {color:rgba(236, 236, 236, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background |
|
This element has a background color of #ececec | |
.element {background-color:#ececec;}
|
|
.element {background-color:rgba(236, 236, 236, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border |
|
This element has a border color of #ececec | |
.element {border:1px solid #ececec;}
|
|
.element {border:1px solid rgba(236, 236, 236, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|