This is a solution to the Results summary component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Live Site URL: Link to the Site
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I learned the basics of HTML and CSS. Like adding color, border, and other decorative properties to html elements. I also used both flexbox and grid to layout elements in the page. Aside from that, I also got introduced to concepts such as responsive web design and semantic HTML.
After this project, I am eager to learn more about ways to make the site responsive to different screen sizes. As well as increase the accessibility of the site. Additionaly, I want to explore modern CSS to create better layouts with efficiency and cleaner code. I also want to know how to use a pre-processor.
-
HTML/CSS by supersimpledev - This helped me learn HTML and CSS in a clear and concise manner. His examples and exercises are top-notch. This course is very beginner friendly so I highly recommend this to anyone wanting to learn HTML/CSS.
-
HTML/CSS etc Documentation - This is a great resource if you want an in-depth description of html tags, elements, css properties, etc.
- Website - Roylan Dexter Camu
- Frontend Mentor - @RDCamu