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