forked from CodeYourFuture/HTML-CSS-Coursework-Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
47 lines (46 loc) · 2 KB
/
index4.html
File metadata and controls
47 lines (46 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Cake Document</title>
<!-- Add a link to your css file here -->
<link rel="stylesheet" href="style4.css">
<!-- Add a link to your bootstrap here -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<div class="flex-container">
<div class="item1">
<Header>Logo & Navbar</Header>
</div>
<div class="item2">
<h1>Welcome to my Cake Shop</h1>
<p>
Lorem ipsum dolor sit,
Iusto velit architecto aut voluptatibus
quo molestias possimus,
</p>
</div>
<div class="item3">
<img src="\img\deva-williamson-pZZJwwNPy2k-unsplash.jpg" alt="Pastel plum color wedding cake with two flowers made of icing on top and five small cream cupcakes on the table">
</div>
<div class="item4">
<img src="\img\domonique-davenport-IyfwmOF6D14-unsplash.jpg" alt="Green wood log cake with brown thorny horns on a horizontal sliced tree trunk base">
</div>
<div class="item5">
<img src="\img\photo-1495147466023-ac5c588e2e94.webp" alt="Delicious cupcakes placed in the shape of square, with fruity toppings">
</div>
<div class="item6">
<img src="\img\meritt-thomas-Ao09kk2ovB0-unsplash.jpg" alt="Chocolate cupcake with mint-green icing">
</div>
<div class="item7">
<img src="\img\photo-1597546594285-0f11a7ff3bff.webp" alt="Variety of five cupcakes on each of the four plate">
</div>
<div class="item8">form</div>
<div class="item9">copyright</div>
</div>
</body>
</html>