-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStart.html
More file actions
28 lines (26 loc) · 717 Bytes
/
Copy pathStart.html
File metadata and controls
28 lines (26 loc) · 717 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QuizUp</title>
<link rel="stylesheet" href="Quiz.css">
<style>
button{
font-size:80px;
padding: 20px;
margin-top:150px ;
color:rgb(57, 10, 59);
border-radius: 50px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
border-color: black;
border-width: 6px;
}
</style>
</head>
<body>
<a class="Container" style="text-decoration: none;" href="Quiz.html">
<button>Start</button>
</a>
</body>
</html>