-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 842 Bytes
/
index.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
<head>
<title>Greetings Earthling!</title>
<style>
body {
background: linear-gradient(120deg, #7E2920, #1EC3C9);
}
.column {
float: left;
width: 100%;
padding: 0px;
}
.img {
width: 380;
height: 510;
background: url(cat.jpg) no-repeat;
box-shadow: 10px 10px 5px #000000;
border-radius: 25px;
}
.footer {
position: absolute;
bottom: 0;
width: 99%;
height: 20px;
font-size: 14;
font-family: palatino;
}
p {
color: ff9966;
font-family: palatino;
font-size: 50px;
text-shadow: 3px 3px 6px #000000;
}
p2 {
color: white;
font-family: palatino;
font-size: 50px;
text-shadow: 3px 3px 6px #000000;
}
</head>
</style><center>
<br><br>
<p2>Thank you for voting.<br>Here's a picture of my cat.
<br><br><img src="cat.jpg"</img>
<link href="https://github.com/thagoat" rel="me">
<br><br><br>
<div class="footer">
©2021 Culture Media</div>
</body>