Skip to content

Testimonials grid sections challenge on Frontend Mentor. This helped me improve my skills and knowledge.

Notifications You must be signed in to change notification settings

davidchaves/testimonials-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome !👋

Thanks for checking out this Frontend Mentor coding. This is my solution to the Testimonials grid section. I have to build this application using only the preview images and the especifications.

Testimonials grid section

Contents

About

This is responsive testimonials grid sections. I it a good challenge which helped me how to apply grid and focus effect on the card hovered with only CSS and I've also created my own design changes and personal improvements to the challenge elements. I'd recommend it to anyone still learning this concept.

Layout

Tech

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid
  • Mobile-first workflow

Style Guide

Colors:

:root {
    --Moderate-violet: hsl(263, 55%, 52%);
    --dark-grayish-blue: hsl(217, 19%, 35%);
    --dark-blackish-blue: hsl(219, 29%, 14%);
    --Light-gray: hsl(0, 0%, 81%);
    --Light-grayish-blue: hsl(210, 46%, 95%);
}

Typography:

Body

  • Font size: 1.3rem;

Font

  • font-family: 'Barlow Semi Condensed', sans-serif; <br>
  • font-weight: 500 e 600 <br> (you can find the font in Google Font)

Features

  • 🎨 Focus effect on hover.
  • 👨‍🔬 Focus effect on card hovered.
  • 📱 New media query breakpoint for tablet screens
  • 😎 Custom Design.

Author

David Willian