Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
d-velopr authored Oct 17, 2023
1 parent 0a85707 commit 32156d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3716,7 +3716,7 @@ input, select, textarea {
opacity: 0;
}
.smButton{
margin: 25px 0 0 0;
margin: 25px 0 15px 0;
}

/* Footer2 */
Expand All @@ -3735,4 +3735,4 @@ input, select, textarea {
.tnc{
margin: 2em auto;
}


2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
target: $body,
visibleClass: 'navPanel-visible'
});
})(jQuery);
})(jQuery);
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,25 @@ <h1><a href="index.html">Steaksta</a></h1>
<section class="highlight">

<div class="image featured">
<img src="images/CafeView.jpg" alt="homePage Cat. Cafés"/>
<a href="cafeLA.html"><img src="images/CafeView.jpg" alt="homePage Cat. Cafés"/></a>
</div>
<h3>Cafés</h3>

</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<div class="image featured"
><img src="images/Coffee.jpg" alt="homePage Cat. Coffee"
/></div>
<div class="image featured">
<a href="coffeeBali.html"><img src="images/Coffee.jpg" alt="homePage Cat. Coffee"/></a>
</div>
<h3>Coffee</h3>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<div class="image featured"
><img src="images/steakhouse.jpeg" alt="homePage Cat. Steakhouse"
/></div>
<div class="image featured">
<a href="steakLA.html"><img src="images/steakhouse.jpeg" alt="homePage Cat. Steakhouse"/></a>
</div>
<h3>Steakhouses</h3>
</section>
</div>
Expand Down

0 comments on commit 32156d8

Please sign in to comment.