This is not a good class name. It is okay to make long class names if they are descriptive. Class names like: img, text, right, left , etc are not good because they have no semantic meaning. Try naming classes based on the component they are responsible for styling.
.start-learning-img
.course-info
.left-column-lg
something like that.
This is not a good class name. It is okay to make long class names if they are descriptive. Class names like: img, text, right, left , etc are not good because they have no semantic meaning. Try naming classes based on the component they are responsible for styling. .start-learning-img .course-info .left-column-lg something like that.
https://github.com/munkhtegsh/f1-3-c2p1-colmar-academy/blob/master/capstone_colmar_assets/styles/style.css#L114