The Single price grid system with pure html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hey there! 👋 Here are some suggestions to help improve your code:
-
Add a
border-radius
along withoverflow: hidden
to the component's container. -
The “30-day, hassle-free money back guarantee” is not a heading. It should instead be wrapped in a Paragraph Element.
-
Increase 📈 the
font-size
of "$29" to better match the FEM example. -
The button was created with the incorrect element. When users click on the button they should directed to a different part of your site; that Anchor Element will allow this to happen.
-
Your button needs to have
cursor: pointer
,:hover
and:focus-visible
. -
Remove all the
<br>
elements. They are unnecessary. -
The “Why Us” list should be created using an Unordered List Element along with the List Items Element.
-
It is best practice to have separate files for you HTML and CSS code. It helps keep things organized and make it easier to maintain.
If you have any questions or need further clarification, let me know.
Happy Coding! 👻🎃
-
- @Harikrishnasinh
Thanks for your valuable time to check my code I will work on it surely ...
- @AdrianoEscarabote
Hi Code In Peace, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- every Html document must contain the main tag, so we can identify the main content, to fix this, wrap all the content with the main tag. HTML5 landmark elements are used to improve navigation experience on your site for users of assistive technology.
- Consider using rem for font size .If your web content font sizes are set in absolute units, such as pixels, the user will not be able to re-size the text or control the font size based on their needs. Relative units “stretch” according to the screen size and/or user’s preferred font size, and work on a large range of devices.
The rest is great!
I hope it helps... 👍
Join 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