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

  • Niño 20

    @razec3rd

    Submitted

    Hello, I'm still new in creating websites and I still don't know how to create a mobile version. Please tell me what should I do because I think my code is messy and also what I should learn. Thank you!

    @BikoiFr

    Posted

    Hi, to create a mobile version you need to use @media screen

    @media screen and (max-width: 900px) { #id { display: flex; } }

    You can also put alternative text for all images and You should avoid to use position absolute for all your div but to try to use flex box or css grid. Happy Codding !

    Marked as helpful

    1