23 lines
567 B
CSS
23 lines
567 B
CSS
.verh {background-image:url(img02.jpg);
|
|
height:98px;
|
|
}
|
|
.verh2 {height:59px;
|
|
background-image:url(img03.gif);
|
|
}
|
|
.nazvanie {color:navy;
|
|
font-size:23;
|
|
font-weight:bold;
|
|
}
|
|
.nav {color:white;}
|
|
.boka {width:15%;}
|
|
.zagolovok {color:dimgrey;
|
|
font-weight:bold;
|
|
font-size:17px;
|
|
}
|
|
.text {color:grey;}
|
|
.left {width:15%;}
|
|
.copy {font-size:12px;
|
|
color:white;
|
|
}
|
|
.kartinka {height:122;}
|
|
a {color:DodgerBlue} |