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

تاریخ انتشار:

۱۳۹۷/۹/۱۵

بازدیدها:

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).