Design comparison
Community feedback
- @dolapobjPosted 8 months ago
It looks really good! I like how you included hover functionality and the animation as well when hovering over the images and the text. One thing you might consider is using BEM notation to style your CSS.
BEM (Block Element Modifier) is a methodology and naming convention for writing CSS in a way that makes CSS classes more readable, scalable, and easier to understand.
The BEM syntax is straightforward: .block__element--modifier, where block is the name of the component, element is a child of the block that helps form the block as a whole, and modifier is a variant of the block or element. This structured approach helps in maintaining large codebases by reducing CSS specificity issues,
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord