An open API service indexing awesome lists of open source software.

https://github.com/subhajitroycode/social-proof-section


https://github.com/subhajitroycode/social-proof-section

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Frontend Mentor - Social proof section solution

This is a solution to the [Social proof section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-proof-section-6e0qTv_bA). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)
- [Author](#author)

## Overview

### The challenge

Users should be able to:

- View the optimal layout for the section depending on their device's screen size

### Screenshot

![](https://github.com/subhajitroycode/social-proof-section/blob/master/images/Screenshot%202021-06-20%20200844.jpg)

### Links

- Solution URL: [Click Here](https://github.com/subhajitroycode/social-proof-section)
- Live Site URL: [Click Here](https://subhajitroycode.github.io/social-proof-section/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox

### What I learned

I learned a lot about nth-child() in this project.

To see how you can add code snippets, see below:

```css
.ratings ul li:nth-child(1) {
position: relative;
right: 100px;
}
```

### Useful resources

- [w3schools](https://www.w3schools.com/cssref/sel_nth-child.asp) - This website help me for many things & here's the link of resource that I use to build this website project. I really liked this pattern and will use it going forward.

## Author

- Frontend Mentor - [@subhajitroycode](https://www.frontendmentor.io/profile/subhajitroycode)
- Twitter - [@subhajitroycode](https://www.twitter.com/subhajitroycode)