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

  • @Abdellahbounab

    Submitted

    please someone explain to me briefly ,how i can put any of files on live while garding the same source of img and contents ?

    P

    @hszilvi

    Posted

    I think you should use relative path like ./style.css

    more about realtive path: https://www.w3schools.com/html/html_filepaths.asp

    0
  • P

    @hszilvi

    Posted

    For overlay you can add an overlay div to your image

    <div class="right__section"> <img src="/images/image-header-desktop.jpg" alt="image-header-desktop"> <div class="overlay"></div> </div>

    css .right__section { position: relative; overflow: hidden; background-size: cover; } .overlay { position: absolute; top: 0; width: 100%; height: 100%; bachground: #550885; opacity: 0.6; }

    Marked as helpful

    0
  • @sushankpp

    Submitted

    I have done the social-proof-section-master challenge but I couldn't add the SVG pattern on the right side of the model (desktop) if anyone knows how to do that please tell me any response is appreciated.

    P

    @hszilvi

    Posted

    Have you tried with postion relative/absolute? https://www.w3schools.com/css/css_positioning.asp

    0