Image overlays div-s, z-index doesn't help.
ivkeMilioner

ivkeMilioner @ivkemilioner

Location:
Beograd
Joined:
Oct 15, 2019

Image overlays div-s, z-index doesn't help.

Publish Date: Feb 20 '20
8 2

Image overlays div-s, z-index doesn't help.

Please help.

https://codesandbox.io/s/brave-mclean-jg738

Comments 2 total

  • hhahahahaha
    hhahahahahaFeb 21, 2020

    < img src={logo} alt="Logo" / >
    < button className="About">About< /button>
    < button className="Projekat">Project< /button>
    < button className="Contact">Contact< /button>

    +

    img{
    position: absolute;
    }

    This should do it.

Add comment