Single Price Grid Component using HTML, CSS

Solution retrospective
Any suggestions, kindly let me know?
I want to know more about CSS (var) property. Any sources for it.. Please comment down. :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdulkhaliq
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have some recommendations regarding your doubts that I believe will be of great interest to you.
SUGGESTION 💡:
- "I want to know more about CSS (var) property. Any sources for it.. ?", Yeah sure. Let me share best resources to learn about
var()
.
- Certainly! The CSS
var()
property, also known as CSS variables, allows you to define and use variables within your CSS stylesheets. This is incredibly useful for creating consistent designs and making it easy to update certain styles across multiple elements.
- Here are some sources you can use to learn more about CSS variables:
- Mozilla Developer Network (MDN) - MDN is a great resource for all things web development, and they have a comprehensive guide on CSS variables: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
- CSS Tricks - This website has a detailed guide on using CSS variables, including some examples: https://css-tricks.com/difference-between-types-of-css-variables/
- W3Schools - W3Schools is another popular resource for web development, and they have a page on CSS variables with examples: https://www.w3schools.com/css/css3_variables.asp
- Smashing Magazine - This article from Smashing Magazine covers some advanced techniques for using CSS variables: https://www.smashingmagazine.com/2017/04/start-using-css-custom-properties/
- These resources are best among developers and they help you understand CSS variables better!
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
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