@llr3v0llSubmitted over 1 year ago
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?
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?
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
}
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