Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @rilweezy120

    Posted

    You create an overlay and place it using absolute positioning also setting opacity to make it transparent E.g .overlay{ width:70%; background: pink; height: 30vh; top:20px; left:20px; opacity: 0.2; }

    you can also center an element vertically and horizontally using margin: auto.

    Nice solution and keep building

    0