강의

멘토링

커뮤니티

Programming

/

Web Publishing

CSS3 Basics by Libehayan - 2024

CSS Welcome to the CSS Basics course based on over 20 years of practical experience! This course is designed for those of you who are taking the first step toward becoming a web publisher and front-end developer.

10 learners are taking this course

Level Beginner

Course period Unlimited

  • rebehayan
HTML/CSS
HTML/CSS
nesting
nesting
css3
css3
HTML/CSS
HTML/CSS
nesting
nesting
css3
css3

@scope video update

DALL·E 2024-09-18 18.39.40 - A thumbnail image with a 16_9 aspect ratio, featuring the theme of CSS scope. The image should include visual elements such as a code snippet showing .webp

One of the big drawbacks of CSS is the problem of selectors.
There was a problem that one selector was propagated globally, and to solve this, you had to think about the score of the selector or other class names.

Another drawback is the length of the class name. I have been naming classes using the BEM methodology. But that has disappeared since @scope was introduced.

Please see the video for a scope that will help you overcome these issues.

Comment