CSS color and font codes
-
In my header box I want to change the color and fonts for the background and the border at the bottom to be a burnt orange. What are the color codes for these areas below? And how would I change the font to Arial?
#header {
background: #90a090;
border-bottom: double 3px #aba;
border-left: solid 1px #9a9;
border-right: solid 1px #565;
border-top: solid 1px #9a9;
font: bold normal 230% ‘Times New Roman’, Times, serif;
letter-spacing: 0.2em;
margin: 0;
padding: 15px 10px 15px 260px;
}Thanks for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS color and font codes’ is closed to new replies.