Download presentation
Presentation is loading. Please wait.
Published byErin McWilliams Modified over 10 years ago
1
Ripasso
2
2 Proprietà del testo body { font-family: Verdana, Geneva, Arial, sans-serif; } Ciao sans-serifserif
3
3 body { font-size: 14px; } px em % xx-small x-small small medium large x-large xx-large Proprietà del testo
4
4 body { color: silver; } body { color: #C0C0C0; } body { color: rgb(192,192,192); } Proprietà del testo
5
5 body { font-weight: bold; } lighter normal bold bolder Proprietà del testo
6
6 body { text-decoration: underline; } none underline overline line-through blink Proprietà del testo
7
7 body { font-style: italic; } italic oblique Proprietà del testo
8
8 Bordo body { border-width: 1px; border-style: solid; border-color: #cc00cc; } body { border: 1px solid #cc00cc; }
9
9 Bordo body { border-width: 1px; border-style: solid; border-color: #cc00cc; } body { border: 1px solid #cc00cc; } Border width px thin medium thick
10
10 Bordo body { border-width: 1px; border-style: solid; border-color: #cc00cc; } body { border: 1px solid #cc00cc; } Border style solid dotted double groove outset dashed inset ridges
11
11 Padding vs Margin p { background-color: yellow; border: 2px solid blue; padding: 30px; margin: 30px; }
12
12 Background body { background-image: url(img/haha.jpg); }
13
13 Background body { background-image: url(img/haha.jpg); background-repeat: no-repeat; }
14
14 Background body { background-image: url(img/haha.jpg); background-repeat: no-repeat; background-position: top right; }
15
15 Proprità del testo p { text-align: justify; } left right center justify New
16
16 Proprità del testo p { text-indent: 30px; text-align: justify } New
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.