|
|
Author: * Laurels Curius -
15 Posts
on this thread out of
2,713 Posts
sitewide.
Date: Apr 13, 2004 - 16:53
Ok, I'm doing some practise work on Bithiah's latest CSS tutorial, because quite frankly, I need it! I need to learn CSS that is (really badly).
At the end of the tutorial, she's given us some homework to do, and I'm not sure I'll get all of it right, but here's my go at fixing syntax errors and easier grouping:
<style type="text/css">
p { font-size: 14px; color: red }
h1, h2 { font-weight: bold }
div { border-width: 1px; background-color: black }
</style>
|
|