Design comparison
SolutionDesign
Solution retrospective
Plz give reviews and suggestion what i do better in this project and what is the problem in this project
Community feedback
- @Zy8712Posted 12 months ago
Your site looks great! The main things I'd change about your code are:
- using a
<h2>
tag somewhere in your html as you are supposed to use header tags in descending order without skipping any - for
<img>
tags thealt
description is not needed to images that are main decorative and provide no information - adding hover effects to your buttons for greater site interactivity
- instead of using a
.sec-button
class you could've used.buttons:nth-child(2)
in your css to customize it
Hope you find the feedback useful 👍
0 - using a
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