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