Skip to content

Commit

Permalink
added pizza-promo image in specials
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Jun 25, 2024
1 parent 49fc25e commit 16a1f34
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe
assets/img/tomatoes.jpeg,1708053417878,7eacbc5b4f7c8c5f199bd7f746df85ccda7ec53bac765e1aa4d6138a4c3d853b
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
assets/img/weekend-special.jpeg,1715531068306,c5f747fed9e2db407fe7a5bc27eb5d78f21a22e17ae9ecab4ad8a2e8f27d131e
style.css,1717291496452,51f6c58ddc96186411d52479cfa496429b548f3b04f6215171abf19a2a50ff8f
index.html,1717291528773,37ea3e4952bbbf1af5d9fc117af78e11ffe325fa4a7e4942c6ce25d4a7e6da40
style.css,1718847604450,98d69d5b9ac6dab8aee63fe756148b9bdae61fb3d8f87394322ffb0c4d9dfeab
index.html,1718847398792,8aa2af60f1c0f5cbe79c965eedd32444f5a5bd4a254edc112c7adc144e1c1725
Binary file added public/assets/img/pizza-promo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="row">
<h1>Specials</h1>
<div class="intro-text special-body col-lg-8">
<img src="assets/img/pasta-penne.jpeg" alt="Specials" class="img-fluid">
<img src="assets/img/pizza-promo.jpg" alt="Specials" class="img-fluid">
</div>
<div class="col-lg-4 food-icon-group">
<i class="fa-solid fa-pizza-slice fa-3x food-icons"></i>
Expand Down
6 changes: 5 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,10 @@ footer {

.autor {
text-decoration: none;
color: white;
color: rgb(167, 169, 172);
}
.autor:hover{
color: yellowgreen;
}

.fa-terminal {
Expand Down Expand Up @@ -614,6 +617,7 @@ footer {

.copyright {
display: grid;
font-size: 10px!important;
}

footer {
Expand Down

0 comments on commit 16a1f34

Please sign in to comment.