-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (69 loc) · 1.33 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<title>TU RN UP SI DE</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="https://use.typekit.net/cbr6gcc.css">
<style>
body {
background: #6219FF;
padding-left: 40px;
padding-right: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
.style1 {
font-family: "orator-std", monospace;
font-weight: 400;
font-style: normal;
font-size: 80px;
line-height: 80px;
letter-spacing: 4px;
color: #6219FF;
text-align: center;
padding: 0;
margin: 0;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
.style2 {
color: #FFFFFF
}
.center {
display: flex;
flex-direction: column;
width: 100%;
magin: auto;
}
</style>
</head>
<body bgcolor="#444444">
<table border="0" cellpadding="0" height="100%" width="100%">
<tbody>
<tr>
<td bgcolor="#FFFFF6">
<div class="center">
<p class="style1">turn upside</p>
<p class="style1">TURNUP SIDE</p>
<p class="style1" style="transform: rotate(180deg);">TURNUP SIDE</p>
<p class="style1" style="transform: rotate(180deg);">turn upside</p>
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>