esercizi su css

This commit is contained in:
2014-10-19 14:18:41 +02:00
parent e9628eafd7
commit a4330c4a82
23 changed files with 1261 additions and 0 deletions

25
css18.css Normal file
View File

@@ -0,0 +1,25 @@
p{
color: black;
font-family: Arial;
font-size: 14pt;
margin-left: 3em;
margin-right: 3em;
}
p.first{
background-color: pink;
font-size: 10pt;
text-align: right;
}
p.second{
background-color: black;
color:#FFFF00;
}
p.third:before{
content: "Importante "
}