Jump to content

Sybrand

Members
  • Posts

    2
  • Joined

  • Last visited

Sybrand's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, I am making a portfolio website and i want to add a opacity to my pictures. But my navbar is sticky so it scrolls with the page but if i hover over a image it goes through the nav bar. Is there a way to fix this problem? I will add a picture to make it more clear. Hope you guys can help Thank You! /***************************** Code ************************************************/ .navigation-background{ grid-column: 1 / 4; display: grid; grid-template-columns: 20% 60% 20%; background-color: #2C2949; position: sticky; top: 0; width: 100%; } .navigation{ grid-column: 2 / 3; display: flex; flex-direction: row; justify-content: space-between; }
×
×
  • Create New...