do the extreme funny

This commit is contained in:
2022-07-28 15:26:39 +02:00
parent 983b80e3dd
commit 34c9d63bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ export default function Banner() {
return ( return (
<> <>
<section className="banner"> <section className="banner">
<img src="https://static.wikia.nocookie.net/42382a7a-14b7-4de3-b9eb-bb4c07618498/scale-to-width/755" /> <img src="https://media1.tenor.com/images/9e70091410c7b3dd14ecfa09e14aaed2/tenor.gif?itemid=11390952" />
<h1>Remont strony</h1> <h1>Remont strony</h1>
<p>Tutaj znajdzie się banner ze zdjęciem.</p> <p>Tutaj znajdzie się banner ze zdjęciem.</p>
</section> </section>

View File

@@ -91,7 +91,7 @@ section.banner {
background-color: var(--black0); background-color: var(--black0);
} }
img { img {
filter: blur(0.25rem); filter: blur(0.25rem) brightness(50%);
margin-top: 26rem; margin-top: 26rem;
width: 100%; width: 100%;
} }