-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMEME.html
More file actions
35 lines (31 loc) · 730 Bytes
/
MEME.html
File metadata and controls
35 lines (31 loc) · 730 Bytes
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
<html>
<head>
<style>
body {
background-color:black;
}
h2 {
color:white;
text-align: center;
}
p {
color:white;
font-family:fantasy;
font-size: 50px;
text-align: center; }
img {
display: block;
margin-left: auto;
margin-right: auto;
border: 2px solid olivedrab;
}
</style>
</head>
<body>
<h2>NO OFFENSE</h2>
<p>
MEME<br>by : REVANTH
</p>
<img src="final.jpeg" alt= MEME width=1000 height=700>
</body>
</html>