diff --git a/assets/cabinet-avocats-900x601.jpeg b/assets/cabinet-avocats-900x601.jpeg new file mode 100644 index 0000000..d6d88d6 Binary files /dev/null and b/assets/cabinet-avocats-900x601.jpeg differ diff --git a/components/navbar.html b/components/navbar.html index 6974f1d..a3578c5 100644 --- a/components/navbar.html +++ b/components/navbar.html @@ -1,4 +1,4 @@
\ No newline at end of file diff --git a/css/navbar.css b/css/navbar.css index bd2c7f0..15fccb9 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -7,7 +7,7 @@ top: 0; width: 100%; background-color: #f5a122; - z-index:0; + z-index:2; } #navbar_padding{ diff --git a/css/saoulbonmonsieur.css b/css/saoulbonmonsieur.css index 4bd27ec..eb455ab 100644 --- a/css/saoulbonmonsieur.css +++ b/css/saoulbonmonsieur.css @@ -5,29 +5,56 @@ scroll-behavior: smooth; } +h1 { + font-family: "Comic Sans MS", "Comic Sans", cursive; +} + +p { + font-family: 'Josefin Sans', sans-serif; +} + +.anim-text { + display: none; + opacity: 0; +} + .presentation { overflow: hidden; width: 100%; height: 30rem; display: flex; + background-image: url("../assets/cabinet-avocats-900x601.jpeg"); + background-position-y: 100%; + background-size: cover; + position: relative; } -.presentation-text { +.presentation-text{ + width: 100%; margin: 14rem 2rem; padding: 0 0 0 2rem; - width: 100%; + z-index:1; } .presentation-img { width: 100%; height: 100%; + z-index:10; } .photosaoul { max-width: inherit; height: inherit; float: right; - z-index:10; display: none; margin-top: auto; - } \ No newline at end of file +} + +.whiteband { + background-color: rgba(255, 255, 255, 0.3); + backdrop-filter: blur(16px); + height: 10rem; + top: 40%; + z-index:0; + position: absolute; +} \ No newline at end of file diff --git a/index.html b/index.html index 6224a4a..1e3562c 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,30 @@Avocat sur loi de Toulouse