forked from CodeYourFuture/HTML-CSS-Coursework-Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (63 loc) · 2.22 KB
/
index.html
File metadata and controls
93 lines (63 loc) · 2.22 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Responsive Cake webpage</title>
<link rel="stylesheet" href="style.css">
<!-- Add a link to your css file here -->
</head>
<body>
<!-- Add your markup here -->
<header class="header">
<img src="https://s.tmimgcdn.com/scr/1204x1146/108600/cake-bakery-logo-template_108642-original.jpg" alt="">
<p>Two wireframes are provided down below (scroll to the bottom).
</p>
</header>
<div id="container-nav">
<nav class="navigation">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">CAKES</a></li>
<li><a href="#">ORDENING</a></li>
<li><a href="#">LESSONS</a></li>
<li><a href="#">ABOUT</a></li>
</ul>
</nav>
</div>
<main class="main">
<div class="image-nav">
<img id="ima-nav" src="https://us.123rf.com/450wm/higyou/higyou1809/higyou180900071/109875953-.jpg?ver=6" alt="" height="">
<h1> Welcome
<p>
estamosdjiwefnrnegnin4gijn3
</p>
<p>
estamosdjiwefnrnegnin4gijnm
</p>
<p>
estamosdjiwefnrnegnin4gijn3
</p>
<p id="otro">
estamosdjiwef
</p>
</h1>
</div>
</main>
<div class="cuatro-ima">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTulnCCT4JJhVpp2Fsb23Jc-cL24eV_uI-1Ew&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQntdNcwlTWgWB2hLQuS03hxB59nrxnjTb_bA&usqp=CAU" alt="">
<img src="https://dibujoskawaii.de/wp-content/uploads/2019/08/imagenes-de-pasteles-para-dibujar.jpg" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQAIBVjWn48sSO-KS-1w7J2XzAwZdaVAebbHA&usqp=CAU" alt="">
</div>
<footer class="footer">
<p id="pier">
<button> SITE MAP </button>
<button> CONTACT </button>
<button> DELIVERY</button>
<button id="colo">DELIVERY </button>
</p>
</footer>
</body>
</html>