Skip to content

Commit c72f29d

Browse files
committed
Central image and text
1 parent 259bc33 commit c72f29d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,32 @@
1414
<!-- Add your markup here -->
1515
<header class="header">
1616

17-
<img class="header__logo" src="./images/Bluebirlogo.png" alt="company_logo" />
17+
<img class="header__logo" src="./images/Bluebirdlogo.png" alt="company_logo" />
1818
<p class="header__text">Creating wonderful bespoke cakes for your special occasions</p>
1919
<ul class="navbar">
2020
<li><a class="navbar__link" href="#">Home</a></li>
2121
<li><a class="navbar__link" href="#">About</a></li>
22-
<li><a class="navbar__link" href="#">Galery</a></li>
22+
<li><a class="navbar__link" href="#">Gallery</a></li>
2323
<li><a class="navbar__link" href="#">Information</a></li>
2424
<li><a class="navbar__link" href="#">Contact us</a></li>
2525
</ul>
2626

2727
</header>
2828

2929
<main class="main">
30+
<div class="main__content">
31+
<h1 class="main__title">Welcome to the Bluebird Bakehouse</h1>
32+
<p class="main__text">
33+
Whether you want a simple, luxury, novelty or fanciful Wedding Cake we will work with you every step of the way to create the perfect centrepiece for your special day.
34+
Weddings are very special and personal occasions, many people have very specific ideas about what they want but arranging and organising everything can be difficult and stressful.
35+
We have been making Wedding Cakes for years now and we always try to use our knowledge and experience to make planning and ordering your cake an exciting and stress free experience. Once you have ordered your cake from us we will deliver and set up your cake on the day to ensure everything is perfect for when you and your guests arrive at your chosen venue.
36+
</p>
37+
</div>
38+
<img
39+
class="central_image"
40+
src="./images/cake backdrop.png"
41+
alt="cake display"
42+
/>
3043

3144

3245
</main>
@@ -39,6 +52,3 @@
3952

4053
</html>
4154

42-
Whether you want a simple, luxury, novelty or fanciful Wedding Cake we will work with you every step of the way to create the perfect centrepiece for your special day.
43-
Weddings are very special and personal occasions, many people have very specific ideas about what they want but arranging and organising everything can be difficult and stressful.
44-
We have been making Wedding Cakes for years now and we always try to use our knowledge and experience to make planning and ordering your cake an exciting and stress free experience. Once you have ordered your cake from us we will deliver and set up your cake on the day to ensure everything is perfect for when you and your guests arrive at your chosen venue.

0 commit comments

Comments
 (0)