Color Contrast Example
Example
no code provided
HTML Code
no code provided
CSS Code
/* CSS Document */
#content div.example h3
{
background-color: #ffe4ca
color: #333333;
font-size: xx-large;
font-family: sans-serif;
}
#content div.example strong
{
font-size: gray;
font-family: monospace;
text-decoration: underline;
font-weight: bold;
}
#content div.example h3
{
background-color: #ffe4ca
color: #333333;
font-size: xx-large;
font-family: sans-serif;
}
#content div.example strong
{
font-size: gray;
font-family: monospace;
text-decoration: underline;
font-weight: bold;
}
