-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 829 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pride</title>
</head>
<body>
<style>
body {
font-family: 'Quicksand';
font-weight: 700;
font-size: 24px;
background-color: #333;
}
.container {
width: 300px;
text-align: center;
margin: 0 auto;
margin-top: 100px;
}
</style>
<div class = "container">
<div class = "rainbow">
Celebrate<br><span style = "font-size: 36px">PRIDE</span>
<br>2019
</div>
</div>
</body>
</html>
<script src = "js/rainbow.js"></script>