Skip to content

Commit 2e54a17

Browse files
author
Redwan Sharafat Kabir
committed
1 parent 5e1d36c commit 2e54a17

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

HTML5 and CSS/CSS text.html renamed to HTML5 and CSS/CSS text and font.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,36 @@
99
text-align: center;
1010
text-transform: uppercase;
1111
word-spacing: 10px;
12+
font-size: 40px;
13+
font-style: italic;
1214
}
1315
#para2 {
1416
text-decoration: overline;
1517
text-transform: capitalize;
1618
letter-spacing: 5px;
1719
line-height: 2;
20+
font-size: 30px;
21+
font-family: 'Baskerville Old Face';
1822
}
1923
#para3 {
2024
text-decoration: line-through;
2125
text-align: right;
22-
26+
font-size: 50px;
27+
font-weight: bold;
2328
}
2429
#para4 {
2530
text-align: center;
26-
text-transform: lowercase;
31+
font-size: 50px;
32+
font-variant: small-caps;
2733
}
2834
</style>
2935
</head>
3036
<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>
3743
</body>
3844
</html>

HTML5 and CSS/HTML5 and CSS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Content Include="CSS Div.html" />
1414
<Content Include="CSS inline.html" />
1515
<Content Include="CSS selector, internal and external.html" />
16-
<Content Include="CSS text.html" />
16+
<Content Include="CSS text and font.html" />
1717
<Content Include="entity.html" />
1818
<Content Include="favicon.ico" />
1919
<Content Include="First Style.css" />

0 commit comments

Comments
 (0)