css help
css help
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- sparker0
{...background: red}
should be
{...background: red;}
for one thing.
you haven't closed any of your css elements.
{...background: red}
should be
{...background: red;}
for one thing.
you haven't closed any of your css elements.