File tree 2 files changed +15
-9
lines changed 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 9
9
text-align : center;
10
10
text-transform : uppercase;
11
11
word-spacing : 10px ;
12
+ font-size : 40px ;
13
+ font-style : italic;
12
14
}
13
15
# para2 {
14
16
text-decoration : overline;
15
17
text-transform : capitalize;
16
18
letter-spacing : 5px ;
17
19
line-height : 2 ;
20
+ font-size : 30px ;
21
+ font-family : 'Baskerville Old Face' ;
18
22
}
19
23
# para3 {
20
24
text-decoration : line-through;
21
25
text-align : right;
22
-
26
+ font-size : 50px ;
27
+ font-weight : bold;
23
28
}
24
29
# para4 {
25
30
text-align : center;
26
- text-transform : lowercase;
31
+ font-size : 50px ;
32
+ font-variant : small-caps;
27
33
}
28
34
</ style >
29
35
</ head >
30
36
< body >
31
- < b >
32
- < p id ="para1 "> Div paragraph 1</ p >
33
- < p id ="para2 "> Div paragraph 2</ p >
34
- < p id ="para3 "> Div paragraph 3</ p >
35
- < p id ="para4 "> < del > Div paragraph 4 </ del > </ p >
36
- </ b >
37
+ < b >
38
+ < p id ="para1 "> Div paragraph 1</ p >
39
+ < p id ="para2 "> Div paragraph 2</ p >
40
+ < p id ="para3 "> Div paragraph 3</ p >
41
+ < p id ="para4 "> this Is the last Div 4 </ p >
42
+ </ b >
37
43
</ body >
38
44
</ html >
Original file line number Diff line number Diff line change 13
13
<Content Include =" CSS Div.html" />
14
14
<Content Include =" CSS inline.html" />
15
15
<Content Include =" CSS selector, internal and external.html" />
16
- <Content Include =" CSS text.html" />
16
+ <Content Include =" CSS text and font .html" />
17
17
<Content Include =" entity.html" />
18
18
<Content Include =" favicon.ico" />
19
19
<Content Include =" First Style.css" />
You can’t perform that action at this time.
0 commit comments