-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuizcss.html
29 lines (26 loc) · 981 Bytes
/
Quizcss.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-acale=1.0,user-scalable=1">
<title>Html/CSS</title>
<link rel="stylesheet" type="text/css" href="css/quiz.css">
<script type=" text/javascript" src="js/custom.js"></script>
</head>
<body>
<div>
<aside><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4424790/Mirror.png" alt="404 Image" />
</aside>
<main>
<h1>Let's check how strong is your CSS ?</h1>
<h1><a href="level.html">Start</a></h1>
<p>
<p>You'll have 20 seconds to answer each question
<em>The faster you answer, the higher your score</em>
<em>The harder the question, the higher your score.</em>
</p>
</main>
</div>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>