-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.07 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en-US">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,400" rel="stylesheet">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Check Mate</title>
</head>
<body>
<style>
h1 {
font-family: 'Montserrat';
font-size: 5rem;
font-weight: 100;
}
</style>
<style type="text/css">
.centerImage {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
</style>
<style>
div.title {
text-align: center;
}
</style>
<img class="centerImage" src="images/bunny-adaptive-icon.webp" alt="Check Mate icon"
width="300"
height="300"
/>
<div class="title">
<h1>Check Mate</h1>
</div>
</body>
</html>