DEV Community

ivkeMilioner
ivkeMilioner

Posted on • Edited on

1

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

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

Please help.

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

Top comments (2)

Collapse
 
hhahaha00261328 profile image
hhahahahaha • Edited

< 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.

Collapse
 
ivkemilioner profile image
ivkeMilioner

Tnx !!!! It helps me!!

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series