-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (40 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>text centre</title>
<style>
</style>
<img src="images/CSE_Wordmark.jpg" id = "image1">
<img src = "images/IMG_7060.jpg" id = "image2">
</head>
<style>
*
{
margin: 0%;
padding: 0%;
}
h1
{
position: absolute;
font-size: 3rem;
font-weight: 800;
margin: 0%;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color-scheme: white, beige, red;
left: 32%;
top: 5%;
transform: translateX(100%);
text-transform:uppercase;
}
</style>
<body>
<h1 style="font-family:verdana;">This is a heading</h1>
<h1 style="font-size:60%;">Please enter a password</h1>
<h1>MAZE PASSWORD CHECKER</h1>
</body>
</html>