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

  • @llr3v0ll

    Submitted

    while doing this I encountered an issue. For the radio-buttons I couldn't get the "checked" button text color to be white therefore I made the text white by default. Any idea of how that could be solved?

    @franekbu

    Posted

    good job, but your site is not responsive as it should, just use

    @media and screen (max-width:value) {
    body{
    change what you need
    }
    etc
    }
    
    0
  • @franekbu

    Posted

    Great work but, as you have deskopt design you can set a body width to 100vw(view width) and body height to 100vh and then center a <main> becouse now you do not have it centered, and i think as you have a main tag you do not have to put a div main box inside it if I`m somewhere wrong please correct me, and have a nice time codying bro

    0