How to change background colour?
-
I am a newbie.
Looking at the CSS, and trying to change the background colour:
/* dom tab */
@import url(‘domtab.css’);Body {
margin:0px;
padding:0px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:25px;
color:#8F6D4C;
}Assuming that this is the background colour to the main page.
However when I update the font and colour nothing changes?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to change background colour?’ is closed to new replies.