-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion1.html
50 lines (41 loc) · 984 Bytes
/
question1.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
<!DOCTYPE html>
<html>
<head>
<title>coding101</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<header>
<img src="images/logo.png" id="logo">
<p id="co">Coding101</p>
</header>
<section>
<p id="paragraph">I am a...</p>
<div class="container">
<div class="center">
<div class="showcase1 showcase overlay blue">
<span class="link" >
<a href="#">
Secondary School Graduate
</a>
</span>
</div>
<div class="showcase2 showcase overlay green">
<span class="link">
<a href="#">
Student/<br/>Graduate/<br/>Awaiting NYSC
</a>
</span>
</div>
<div class="showcase3 showcase overlay dark">
<span class="link">
<a href="#">
Employed/<br/>Corp Member/<br/>Unemployed
</a>
</span>
</div>
</div>
</div>
</section>
</body>
</html>