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

  • Aashish 50

    @AashishVivekBhat

    Posted

    Hello Kuhu, your solution is great. Some improvements that i can suggest :

    • Using relative units like rem, em instead of absolute units px while defining height, width, font-size etc. This may help in making it more responsive for different range of screens.

    • Element tags like <main>, <h1> etc in your HTML may help in improving accessibility and semantics.

    • You can also use MarkupValidationService to validate your HTML/CSS code.

    Hope it was of some help, Happy learning.

    0