N
_NOOB
Всем привет, я недавно начал вариться в этой каше и пока не все получается. Вот код
как расстояние умешить между словами??
Заранее спасибо =)
Код:
<html>
<title>CSS</title>
<style type="text/css">
h1{color:#00ffcc; align:center;}
.hh{text-align:center; position:static; text-height:5pt}
.alink{color:#ff00ff; text-decoration:blink}
.alink:hover{color:#000000; font-size:50pt}
H7 B{color:red}
h7{color:blue}
scrollbar-3dlight-color:red;
</style>
<body>
<h1 class="hh">Hello, world!!</h1>
<h3 class="hh">Wassup, niger?!?</h3>
<a href="#" class="alink" target="_blanck">Modify color</a>
<p>It`s so biiigg!!</p>
<h7><b>It`s red<b><h7><h7>but it`s not<h7>
</body>
</html>
как расстояние умешить между словами??
Заранее спасибо =)