Try to avoid using generic names with version numbers: column1, column2, section1, section1
This does not describe the component and makes it hard to read and organize. Go for descriptive names:
.banner-section
.course-section
When some reads that they know immediately what section is being styled.
Try to avoid using generic names with version numbers: column1, column2, section1, section1 This does not describe the component and makes it hard to read and organize. Go for descriptive names: .banner-section .course-section When some reads that they know immediately what section is being styled.
https://github.com/AnnieTaylorCHEN/ColmarAcademy/blob/master/index.html#L48