This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ header {
12
12
background-color : # f8f8f8 ;
13
13
}
14
14
15
+ .logo {
16
+ font-family : "Arial, sans-serif" ;
17
+ font-style : italic;
18
+ font-weight : bold;
19
+ }
20
+
15
21
.menu-toggle {
16
22
display : none;
17
23
}
Original file line number Diff line number Diff line change @@ -23,24 +23,21 @@ <h2>Welcome</h2>
23
23
</ section >
24
24
25
25
< section class ="featured-cakes ">
26
- < img
27
- src ="https://source.unsplash.com/QX814A1w3j4 "
28
- alt ="Featured Cake "
29
- />
26
+ < img src ="images/Featured Cake.jpg " alt ="Featured Cake " />
30
27
</ section >
31
28
32
29
< section class ="categories ">
33
30
< div class ="category ">
34
- < img src ="https://source.unsplash.com/tXiZlnH91L4 " alt ="Cake 1 " />
31
+ < img src ="images/Cake 1.jpg " alt ="Cake 1 " />
35
32
</ div >
36
33
< div class ="category ">
37
- < img src ="https://source.unsplash.com/LzHrmneJJfA " alt ="Cake 2 " />
34
+ < img src ="images/Cake 2.jpg " alt ="Cake 2 " />
38
35
</ div >
39
36
< div class ="category ">
40
- < img src ="https://source.unsplash.com/Ao09kk2ovB0 " alt ="Cupcake " />
37
+ < img src ="images/Cupcake.jpg " alt ="Cupcake " />
41
38
</ div >
42
39
< div class ="category ">
43
- < img src ="https://source.unsplash.com/POM4KxWZcG8 " alt ="Donut " />
40
+ < img src ="images/Donut.jpg " alt ="Donut " />
44
41
</ div >
45
42
</ section >
46
43
</ main >
You can’t perform that action at this time.
0 commit comments