-
Notifications
You must be signed in to change notification settings - Fork 0
/
task_1.html
68 lines (42 loc) · 2.16 KB
/
task_1.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>MarioClub</title>
<link rel="stylesheet" type="text/css" href="task_11.css">
</head>
<body>
<div class="bar">
<h1 class="mario">Marioclub</h1>
</div>
<img class="banner" src="banner.png">
<div class="marioclub">
<div class="sat">
<span > Welcome to </span><p class="sp">Marioclub</p>
</div>
</div>
<div class="barr">
<div class="active"> <a href="#">Join the club</a> </div>
<div><a href="#">Last news</a> </div>
<div> <a href="#">New games</a></div>
<div> <a href="#">Contact</a></div>
</div>
<div class="container">
<h1 class="me">It's me, Mario</h1>
<p class="paragraph"><span class="special"><span class="speciall">Lorem ipsum dolor sit amet,</span> consectetur adipiscing elit, sed do eiusmod tempor inciduyh ut labore dolore</span> dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested.</p>
<div class="imagee">
<img class="im" src="1.png">
<img class="im" src="2.png">
</div>
</div>
<div class="footer">
<h2 class="join">Join Today !</h2>
<p class="lorem">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor </p>
<form>
<input class="inp" type="email" placeholder="Type email & hit enter">
</form>
</div>
<div class="footerr">
<p>Copyright 2020 Marioclub</p>
</div>
</body>
</html>