I'm a self taught web development student looking to become a full stack developer. I fell in love with computer science and programming a few years ago but couldn't find enough discipline to stay on track. I have returned to overcome those obstacles I set up for myself. Hope to see you around!
I’m currently learning...- Basic front end kit (HTML + Vanilla CSS & JavaScript) - Git & GitHub.
Latest solutions
Latest comments
- @davidko5@NicolasPirezGit
Congrats on your first project!🎉
-
At first glance I can tell it quite matches the original design. I would improve the main box's size though, specially its height. The submit button would look more similar if you changed its
font-weight
to 900 and gave it someletter-spacing
since the characters seem a little bit cramped up. Other than that great work. I ran into the same problem you mentioned about the colors but I had the Figma file so it was easier. Props to you for coming up with the color picker solution to apply them. -
Regarding your last question, I've been told the best way to approach this project is with the use of
<input type="radio">
. It lets you work with the data more efficiently. Perhaps someone more knowledgeable can shed some light as to why but I've seen that reply often in other solutions.
Marked as helpful -