Hi DEV community!
I have a pretty good understanding of HTML and am now attempting to learn CSS.
Does anyone have any tips on learning CSS or how to practice what you learn?
Thanks in advance :)
Hi DEV community!
I have a pretty good understanding of HTML and am now attempting to learn CSS.
Does anyone have any tips on learning CSS or how to practice what you learn?
Thanks in advance :)
For further actions, you may consider blocking this person and/or reporting abuse
Biz Maven -
Ashish Prajapati -
Hossein Yazdi -
Samarpan KC -
Top comments (4)
Go on youtube and just watch videos. Checkout Dev Ed.... he's pretty entertaining..... The thing about learning is that you don't know what you don't know..... When you take the approach of "learn how to build xxx" instead of...... "learn abc, then create something that utilizes abc".... you're more aware of things that you know and don't know...... and when you need to get a deeper understanding of a specific thing, you can easily google it... which will give you a directory of resources written by people more "certified" to be publishing information.
Udemy courses are also great, just read the reviews and decide for yourself if it's worth it.
That's a great point and totally makes sense. Thanks so much!
Many people try to learn css by memorizing, i think its important to learn css by doing. If youβre looking for specifics I can point to a few topics which you should attempt to gain clarity over.
Also look into scoping of css selectors and different patterns such as βbemβ.
This should get you more than half way. The rest is really practice, especially if you have good knowledge of layout and design fundamentals. Best if luck and happy styling...
Thanks so much! Will definitely keep those topics in mind :)