-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.html
55 lines (49 loc) · 1.61 KB
/
project1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Project</title>
<link rel="stylesheet" href="styles/styles.css" class="css">
</head>
<body>
<header>
<h4 class="new">Happy New Year</h4>
<h1 class="party">New Year Party Celebration</h1>
</header>
<main>
<h2 class="main-heading">65% OFF</h2>
<div class="division">
<h3 class="main-second-heading">OUR HOLIDAY DEALS ARE BETTER</h3>
<h3><span>ALL CATEGORIES</span></h3>
</div>
<div>
<img class="image" src="resources/New Year Photo.png" alt="none">
</div>
</main>
<footer>
<div class="footer">
<p class="footer-description">
44, Big Building Roosevelt Street
Beach Gardens Florida 33410
</p>
<ul class="list">
<li class="link">+00 123 584 124</li>
<li class="link">www.website.com</li>
</ul>
</div>
<hr class="first">
<div>
<img class="icon-face" src="resources/Facebook.png" alt="facebook">
<img class="icon-ins" src="resources/Instagram.png" alt="">
<img class="icon=twi" src="resources/Twitter.png" alt="">
<img class="icon-linl" src="resources/Linkedin.png" alt="">
</div>
<div class="last">
<p class="last-content">2017, All Rights Reserved</p>
<p id="unsubscribe" class="last-content">Unsubscribe</p>
</div>
<hr>
</footer>
</body>
</html>