https://github.com/skyv26/four-card-feature-component
#6 Frontend Mentor Challenge
https://github.com/skyv26/four-card-feature-component
Last synced: about 2 months ago
JSON representation
#6 Frontend Mentor Challenge
- Host: GitHub
- URL: https://github.com/skyv26/four-card-feature-component
- Owner: skyv26
- Created: 2021-09-02T16:32:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T16:46:19.000Z (over 3 years ago)
- Last Synced: 2025-01-19T14:53:14.491Z (3 months ago)
- Language: CSS
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Four card feature section solution
This is a solution to the [Four card feature section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK). 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)
- [Continued development](#continued-development)
- [Author](#author)**Note: Delete this note and update the table of contents based on what sections you keep.**
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
### Screenshot

### Links
- Solution URL: [Github Repository](https://github.com/skyv26/four-card-feature-component)
- Live Site URL: [Github Pages](https://skyv26.github.io/four-card-feature-component/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow### What I learned
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
To see how you can add code snippets, see below:
```html
Some HTML code I'm proud of
```
```css
.proud-of-this-css {
color: papayawhip;
}
```
```js
const proudOfThisFunc = () => {
console.log('🎉')
}
```If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more.
### Continued development
Well right now I am trying to understand the concept of Flexbox and grid.
## Author
- Github - [Aakash Verma](https://github.com/skyv26)
- Frontend Mentor - [@skyv26](https://www.frontendmentor.io/profile/skyv26)
- Twitter - [@vrma_aakash](https://twitter.com/vrma_aakash)