|
Thread: Css
-
Nov 15th, 2002, 09:28 AM
#1
Thread Starter
Fanatic Member
Css
I used CSS to make my lines look colourfull..but there is spaces between the upper lines.
.how can I make them very close to each other
**********
<html>
<head>
</head>
<style>
h1{font-size:20pt;color:red; background-color ink;}
h2{font-size:20pt;color:blue; background-color:green;}
h3{font-size:20pt;color:yellow; background-color:black;}
</style>
<body>
<h1>.....aaaaaaaaaaaaa</h1>
<h2>bbbbbbbbbbbb....</h1>
<h3>ccccccccccccccc....</h1>
</body>
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|