esercizi su css
This commit is contained in:
25
css18.css
Normal file
25
css18.css
Normal 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 "
|
||||
}
|
||||
Reference in New Issue
Block a user