ripasso

16
1 Ripasso

Upload: amy

Post on 07-Jan-2016

26 views

Category:

Documents


2 download

DESCRIPTION

Ripasso. Proprietà del testo. body { font-family: Verdana, Geneva, Arial, sans-serif; }. Ciao. Ciao. sans-serif. serif. body { font-size: 14px; }. px em % xx-small x-small small medium large x-large xx-large. Proprietà del testo. Proprietà del testo. body { - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ripasso

1

Ripasso

Page 2: Ripasso

2

Proprietà del testo

body {

font-family: Verdana, Geneva, Arial, sans-serif;

}

Ciao Ciaosans-serif serif

Page 3: Ripasso

3

body {

font-size: 14px;

}

px em % xx-small

x-small

small

medium

large x-large

xx-large

Proprietà del testo

Page 4: Ripasso

4

body {

color: silver;

}

body {

color: #C0C0C0;

}

body {

color: rgb(192,192,192);

}

Proprietà del testo

Page 5: Ripasso

5

body {

font-weight: bold;

}

lighter normal bold bolder

Proprietà del testo

Page 6: Ripasso

6

body {

text-decoration: underline;

}

none underline overline line-through blink

Proprietà del testo

Page 7: Ripasso

7

body {

font-style: italic;

}

italic oblique

Proprietà del testo

Page 8: Ripasso

8

Bordo

body {

border-width: 1px;

border-style: solid;

border-color: #cc00cc;

}

body {

border: 1px solid #cc00cc;

}

Page 9: Ripasso

9

Bordo

body {

border-width: 1px;

border-style: solid;

border-color: #cc00cc;

}

body {

border: 1px solid #cc00cc;

}

Border width px thin medium thick

Page 10: Ripasso

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

Page 11: Ripasso

11

Padding vs Marginp {

background-color: yellow;

border: 2px solid blue;

padding: 30px;

margin: 30px;

}

Page 12: Ripasso

12

Background

body {

background-image: url(img/haha.jpg);

}

Page 13: Ripasso

13

Background

body {

background-image: url(img/haha.jpg);

background-repeat: no-repeat;

}

Page 14: Ripasso

14

Background

body {

background-image: url(img/haha.jpg);

background-repeat: no-repeat;

background-position: top right;

}

Page 15: Ripasso

15

Proprità del testo

p {

text-align: justify;

}

left right center justify

NewNew

Page 16: Ripasso

16

Proprità del testo

p {

text-indent: 30px;

text-align: justify

}

NewNew