Air Theme

@jordan.vidrine is it mandatory to modify directly the code like this :

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: url(https://i.ibb.co/GCcS8Zw/Abstract-futuristic-Molecules-technology-with-polygonal-shapes-on-dark-blue-background-Illustration.jpg); 
    background-size: cover;
    clip-path: unset;

Or can I just use the form like this:

I try with the form but the picture don’t cover all the blue part as you can see bellow

Do you have any idea to solve this issue please ?

1 Like