Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 4ca01ac

Browse files
logo styling
1 parent 69269f1 commit 4ca01ac

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

Cakes-Co/images/Cake 1.jpg

1.35 MB
Loading

Cakes-Co/images/Cake 2.jpg

1.04 MB
Loading

Cakes-Co/images/Cupcake.jpg

4.5 MB
Loading

Cakes-Co/images/Donut.jpg

255 KB
Loading

Cakes-Co/images/Featured Cake.jpg

2.77 MB
Loading

cakes-co.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ header {
1212
background-color: #f8f8f8;
1313
}
1414

15+
.logo {
16+
font-family: "Arial, sans-serif";
17+
font-style: italic;
18+
font-weight: bold;
19+
}
20+
1521
.menu-toggle {
1622
display: none;
1723
}

cakes-co.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,21 @@ <h2>Welcome</h2>
2323
</section>
2424

2525
<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" />
3027
</section>
3128

3229
<section class="categories">
3330
<div class="category">
34-
<img src="https://source.unsplash.com/tXiZlnH91L4" alt="Cake 1" />
31+
<img src="images/Cake 1.jpg" alt="Cake 1" />
3532
</div>
3633
<div class="category">
37-
<img src="https://source.unsplash.com/LzHrmneJJfA" alt="Cake 2" />
34+
<img src="images/Cake 2.jpg" alt="Cake 2" />
3835
</div>
3936
<div class="category">
40-
<img src="https://source.unsplash.com/Ao09kk2ovB0" alt="Cupcake" />
37+
<img src="images/Cupcake.jpg" alt="Cupcake" />
4138
</div>
4239
<div class="category">
43-
<img src="https://source.unsplash.com/POM4KxWZcG8" alt="Donut" />
40+
<img src="images/Donut.jpg" alt="Donut" />
4441
</div>
4542
</section>
4643
</main>

0 commit comments

Comments
 (0)