breadcrumb
Plain and Simple
Plain and Simple preview and CSS codes
Text |
|
This text has a font color of #eaf2d7 | |
.text {color:#eaf2d7;}
|
|
.text {color:rgba(234, 242, 215, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background |
|
This element has a background color of #eaf2d7 | |
.element {background-color:#eaf2d7;}
|
|
.element {background-color:rgba(234, 242, 215, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border |
|
This element has a border color of #eaf2d7 | |
.element {border:1px solid #eaf2d7;}
|
|
.element {border:1px solid rgba(234, 242, 215, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|