-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_file0.html
49 lines (45 loc) · 865 Bytes
/
new_file0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>lol xD
</title><style>
body {background-image: linear-gradient(180deg, honeydew,white);}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
h1 {color:peru;
font-family: Comic Sans MS;
text-align:center;
}
h2 {color:peru;
font-family: Comic Sans MS;
text-align: justify;
}
p {color:black;
font-family: Comic Sans MS;
padding: 30px;
text-align: justify;
background-color: white;
box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
font-size: 14px;
}
</style>
</head>
<body>
<h1> lol xD
</h1>
<hr/>
<h2>yo wat is up
</h2>
<p>beep boop beep boop yay subscribe
</p>
<img src="images/happy-kid.png" width= "100%" class="center">
<h2>ee
</h2>
<p>weeee
</p>
<img src="images/WOW.jpg" width= "100%" class="center">
</body>
</html>