Parašė Nenman· 2011 Rugp. 20 23:08:43
#9
HTML
<!DOCTYPE <span style="border-bottom: 1px dotted black;">html</span> PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Naujas dizainas</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<a href="mailto:matas996@gmail.com">Susiekti</a>
</head>
<body>
<div class='logo'></div>
<div class='naujien'></div>
<div class='invision'></div>
<div class='news'></div>
<div class='input'></div>
<div class='thermal'></div>
<div class='normal'></div>
<div class='strange'></div>
<div class='a'></div>
<div class='a:hover></div>
</body>
</html>
CSS
a {
color: white;
text-decoration: none;
margin: 20px 0 0 100px;
}
a:hover{
color: white;
text-decoration: none;
margin: 20px 0 0 100px;
}
Tipo taip? nes neveikia jeigu taip...
Redagavo Nenman· 2011 Rugp. 20 23:08:49