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

  • @coder-yeti

    Submitted

    For this project, I was unable to complete it with using Bootstrap, so I would appreciate your help and solution which would help me understand how I can achieve the above challenge solely using HTML and CSS.

    Also, I faced the issue where I was unable to center the div container tag by using align items class, why is that? Is it because there are multiple contents inside the div so it is not able to identify which one to center?

    bhebbhexo 10

    @bhebbhexo

    Posted

    Hi, to center the div this is what i did: target the container div then. display: block; margin-left: auto; margin-right: auto; This will center your div horizontally

    0