Skip to content

Commit 023cdac

Browse files
committed
Adicionando CSS
1 parent e6069ba commit 023cdac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lecture0/style0.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>My Web Page</title>
5+
</head>
6+
<body>
7+
<h1 style="color:blue; text-align:center">Welcome to My WebPage</h1>
8+
<p>Hello, world</p>
9+
<p>
10+
Hello agains
11+
</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)