CSS SELECTORS MADE EASY - HTML CSS Tutorial for Beginners

CSS SELECTORS MADE EASY - HTML CSS Tutorial for Beginners11:20

معلومات تحميل وتفاصيل الفيديو CSS SELECTORS MADE EASY - HTML CSS Tutorial for Beginners

المؤلف:

LearnCode.academy

تاريخ النشر:

6‏/12‏/2018

المشاهدات:

314.1K

الوصف:

You won't get far in web dev without understanding CSS selectors, and they aren't hard at all! Using CSS selectors are the bread and butter of HTML and CSS coding. You have to think about what elements on your page you want to target and how to write rules that cleanly target and apply css styling to those elements. Two good rules you always want to follow: don't make rules more specific than they have to be (but also don't make them overly generic like 'target every div on a page'), and also don't repeat yourself (DRY).