Redefining Tags
Redefining Tags
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- jamble0
This works:
BODY {
font-size: 8px;
color: #ccc;
}You don't need the space between 8 and px.
This works:
BODY {
font-size: 8px;
color: #ccc;
}
You don't need the space between 8 and px.