Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 9532a844 authored by MB-dev's avatar MB-dev Committed by GitHub
Browse files

Merge pull request #1 from ipopop/develop

z-index -1 on img
parents ecca8387 c69b7a67
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ h1, h2, h3, p {
margin: 1em;
}
img {
z-index: -1;
}
img.grapes {
width: 50vw;
shape-outside: polygon(70.25% 83.08%, 45.5% 94.3%, 0% 100%, 0% 88.4%, 0% 23.7%, 38.7% 11.35%, 55% 11.1%, 63.5% 22.7%, 75.15% 21.19%, 78.95% 29.51%, 82.65% 35.2%, 85.95% 45.92%, 81.45% 57.74%, 89.15% 65.7%, 92.55% 72.1%, 89.8% 79.92%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment