Skip to content

Single price grid component

A small card containing pricing and other information about a service.

Single price grid component

This is a solution to the Single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

My goal was to make the markup as accessible as possible and the design as close to Figma as possible.

The HTML is enhanced by schema.org, marking the container as an offer
with appropriate properties, such as name, price, and description.

Style-wise, the challenge was built desktop-first, introducing a single breakpoint to break the layout for better mobile support.

The challenge comes courtesy of Frontend Mentor, which I regularly use to sharpen my skills and play around with new technologies.