CSS: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
SieBot (pogovor | prispevki)
m robot Spreminjanje: it:Fogli di stile a cascata
Vrstica 5:
Tudi Wikipedija za svoje delovanje uporablja predloge CSS.
 
css= counter strike source
== Primer ==
p {
font-family: Garamond, serif;
}
h2 {
font-size: 110%;
color: red;
background: white;
}
.note {
color: red;
background: yellow;
font-weight: bold;
}
p.warning {
background: url(warning.png) no-repeat fixed top;
}
#paragraph1 {
margin: 0;
}
a:hover {
text-decoration: none;
}
#news p {
color: blue;
}
 
== Glej tudi ==