first time using CSS variables | result-summary-component-main
Design comparison
Solution retrospective
- Should i start learning JS ? (if yes what tutorial do you recommend ?)
- Or when i will know that i should start learning JS ?
Community feedback
- @Emmanuel-XsPosted over 1 year ago
Yes, I would recommend watching webdev simplified from youtube and you can also check out his courses they are amazing.
I would also like to point out something in your code. you forget about the
background-color
of thesummary-items
and try as much as possible to make all your styles in an external stylesheet if possible.Marked as helpful1@unl00kyPosted over 1 year ago@Emmanuel-Xs Thank you for your suggestion.
I will try to put all the styles in an external stylesheet from now on. I tried to match the
background-color
but I guess it's not that precise :)1 - @BernardusPHPosted over 1 year ago
Hey UNL00KY
Great job on the project
I highly recommend learning JS as it can increase your control of css and html and also open a path of learning frameworks and other programming languages as JS is a great start bc its not too hard and not too easy.
I started with JS at the freecodecamp website tutorial with the help of their youtube vid of the tutorial. After that I would just play around with codewars or frontendmentor for practice. Here is a great youtube vid to start
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord