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 solutions

  • Submitted


    Hello everyone,

    I have wrapped HTML5 semantic elements like <article>, <footer> etc inside a <div> for styling purpose. Does this affects the semantic of web-page.?

    <div > <article> </div> <div> <footer> </div>

    Does my final HTML semantic need improvement?

  • Submitted

    Css flexbox

    • HTML
    • CSS

    2


    Hi everyone, I am beginner in web development and this is the first web development project I have worked on. I am hoping to get some feedback and tips on my code and project approach. What are the areas that can be improved/ tackled with different approach.?

    I struggled to adjust the background image as shown in mock up. I used following code but could not achieve the same result. body{ background-image: url(); background-size: contain; background-repeat: no-repeat; min-height: 100vh; How to adjust the background image ?