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

  • gene2971 110

    @gene2971

    Posted

    Hello @KONY05 , every website is responsive by nature and if you like , have a look at my code of the same challenge ( it is far from perfect ) and comment the media queries out and you 'll see . Or check out Kevin powell on youtube he is a css wizard .

    Happy coding

    1
  • R.J 40

    @novice-is-me

    Submitted

    I'm just a newbie in web development , is my solution correct?

    What's the best way to create a responsive website?

    Is it really good to create a mobile design first?

    gene2971 110

    @gene2971

    Posted

    Hello R.J. , your solution is good but i will give you a few tips :

    1. use in your html classes instead of ids .
    2. if necessary, do not use heights ,
    3. this is a very important one , all sites are responsive even if you don't use css ( you should give it a try )
    4. if you can do mobile first , it's easier to go from smaller to bigger screens , less media queries needed and lastly -- check out Kevin Powell's youtube channel , he is a css wizard in my opinion. I hope these tips can help you in your further career as a web developer

    happy coding

    Marked as helpful

    1