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

  • @Racheal-Iperu

    Submitted

    someone please recommend for me some sources to understand media queries, it was really a challenge for me.

    • making the page responsive was also quite a challenge.
    • my aim is to master css and html . Any helpful resources and advice is really welcome.

    @Md-Talim

    Posted

    These two resources can help you to master HTML and CSS

    1
  • @Md-Talim

    Posted

    Your design is pretty impressive, but you can improve your accessibility by following these practices.

    • Use semantic HTML5 Tags such as header, main, section, footer etc.
    • Use one main tag and one h1 tag in every project
    • Use only one h1 tag
    <div class="container"></div>
    <main class="container"></main>
    

    Hope this helps :)

    Marked as helpful

    0
  • @Md-Talim

    Posted

    Your design is pretty well but i think you can improve your code.

    • You should use semantic HTML5 Tags such as main and section tag instead of using div everywhere
    • Use main instead of your div containing class of container
    <main class="container">
       Content
    </main>
    
    • Provide your image an alternate text
    • Use atleast and only one h1 tag
    • You can improve this design by giving some extra padding in your container
    0
  • Madu Jang 340

    @MJspitta

    Submitted

    Please how do I extend the paragraph to fill the remaining free space in the div class= "user-post-container"?

    @Md-Talim

    Posted

    You can fill the free space by increasing the paddings and font-sizes

    0
  • @Md-Talim

    Posted

    • Your image is not showing because you haven't provided the correct src for the image.
    • You should add a "." at the beginning of the src of the img tag.
    • Use src="./qr-code-component/images/image-qr-code.png" and provide an alt text for the image.
    • You should use semantic HTML tags such as main and provide landmarks using classes and ids.

    Marked as helpful

    1