https://github.com/subhajitroycode/social-proof-section
https://github.com/subhajitroycode/social-proof-section
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subhajitroycode/social-proof-section
- Owner: subhajitroycode
- Created: 2021-06-20T14:08:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T17:04:09.000Z (over 4 years ago)
- Last Synced: 2025-06-14T04:04:13.932Z (9 months ago)
- Language: HTML
- Homepage: https://subhajitroycode.github.io/social-proof-section/
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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)