Fortūnos ruletė
Iš FragoriaWiki.
23:10, 2016 sausio 8 versija naudotojo Sexy Collollo (Aptarimas | įnašas)
<head> <style> h1 {
background-color: green;
}
div {
background-color: lightblue;
}
p {
background-color: yellow;
} </style> </head> <body>
CSS background-color example!
This is a text inside a div element.
This paragraph has its own background color.
We are still in the div element.
</body>