Skip to content

Commit 847ccf6

Browse files
committed
index
1 parent eb33a2d commit 847ccf6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<style>
5+
h1 {
6+
background-color: green;
7+
}
8+
9+
div {
10+
background-color: lightblue;
11+
}
12+
13+
p {
14+
background-color: yellow;
15+
}
16+
</style>
17+
</head>
318
<body>
419
<style>
520
body {

0 commit comments

Comments
 (0)