diff --git a/.firebase/hosting.cHVibGlj.cache b/.firebase/hosting.cHVibGlj.cache index 5465194..5d78f47 100644 --- a/.firebase/hosting.cHVibGlj.cache +++ b/.firebase/hosting.cHVibGlj.cache @@ -1,4 +1,6 @@ index.js,1701386878088,b2210324b7cda17a8dcb66fcacd3a1524d6df850fab6facb1c7b350372002a99 +specials.html,1712319917682,55b2fcf4980de66378e63ab05a78c688e165c3b22dfe7739316f9b9aa19ebd7c +style.css,1712320581099,76a80df1ebe924254b76b68f87acf659a5ab43daa42da22ec2e50a9026abe26d assets/img/Lanterna-restaurant.png,1700433650788,b2762ffb6762c82ca607b77748975324a55e0445be99f568da7e43c61c2a44fa assets/img/beef-cooking-cuisine-delicious-preview.jpg,1701290435692,fd214e302095ee1cc88be1e6aa8b2a99375c0a1e67f61a1c6c1238aa188bb936 assets/img/bruschetta.jpeg,1700433650789,50d3334fa220bd2e34cdb852bc1de1b2cc3fbf9a2ed856ddcaa6cfe0eb53a59b @@ -9,6 +11,7 @@ assets/img/meat_lasagna.jpeg,1708051734188,7ca92d05d6ea53abbe688da44b244e3658ae4 assets/img/mobile-app.png,1700433650791,a325023faa8f45917279aee09e6f2296b465f023b8efc0866e82d0b8e1a0441d assets/img/pasta-and-flour.jpg,1700433650804,63e35c874e03eccd7d954ffcce4c07f14941c48c2390eaeecb939fafe9f84f5c assets/img/pasta-pomodoro-tomato-noodle-dish-wild-growth-preview.jpg,1701290460782,408d3590b681777eea5cd8b5256344b6957f0c3036166d6d489db69d2343424e +assets/img/pizza.jpeg,1712319580617,3b93eb94042bcd723a112a7db4c7933acb72e3a5551682e28423a83756906b8b assets/img/spaguetti-noodles.jpeg,1700953826757,964d8a52a89719bb05e57bf39509bc793b450e9c07d2b3ccf70aa983dec82cab assets/img/special-lanterna.jpeg,1703956483741,2f847b32990f59ad24b12e6469958dc16c8e3dfca662db18b8b3bc3e63250a21 assets/img/special_lanterna.jpeg,1708051602722,c1e7d13c61f15709bae1352f526af488c061220faaeda3a514ca99a12a3719ba @@ -16,7 +19,5 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5 assets/img/tomatoes.jpeg,1708053417878,7eacbc5b4f7c8c5f199bd7f746df85ccda7ec53bac765e1aa4d6138a4c3d853b assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030 -specials.html,1712319917682,55b2fcf4980de66378e63ab05a78c688e165c3b22dfe7739316f9b9aa19ebd7c -style.css,1712320581099,76a80df1ebe924254b76b68f87acf659a5ab43daa42da22ec2e50a9026abe26d -index.html,1712319944598,5a99ff3a36a72021bf182ac6da28a58c998ff5fb332cd0b9dbf298119d79eff1 -assets/img/pizza.jpeg,1712319580617,3b93eb94042bcd723a112a7db4c7933acb72e3a5551682e28423a83756906b8b +index.html,1714001170249,d48ea1ef0b615ae16f7b83d243761f5cb4765ff937b708b032e2f28033ba96f4 +assets/img/pizza_slice.jpg,1714001121980,59f4ce8e3878b26434fc2a0b4f6123455238066f1da60cf10b612a7b86db864f diff --git a/public/style.css b/public/style.css index 773c1ea..a41e636 100644 --- a/public/style.css +++ b/public/style.css @@ -437,14 +437,15 @@ footer { } #specials { - background: url("assets/img/tomatoes.jpeg"); - background-position: center; + background-image: url("assets/img/tomatoes.jpeg"); + background-position: center center; background-size: cover; background-repeat: no-repeat; margin-top: 120px; - height: 100%; + height: auto; + width: 100%; z-index:-2; - position: sticky; + background-attachment: fixed; } .specials-img{ box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 25px 25px 0 rgba(0, 0, 0, 0.19);