https://github.com/subhajitroycode/four-card-feature-section
A four card feature section landing page made with CSS Grid
https://github.com/subhajitroycode/four-card-feature-section
css grid html scss scss-mixins
Last synced: about 2 months ago
JSON representation
A four card feature section landing page made with CSS Grid
- Host: GitHub
- URL: https://github.com/subhajitroycode/four-card-feature-section
- Owner: subhajitroycode
- Created: 2022-03-18T07:46:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T14:17:12.000Z (about 4 years ago)
- Last Synced: 2025-06-18T01:47:20.492Z (12 months ago)
- Topics: css, grid, html, scss, scss-mixins
- Language: SCSS
- Homepage: https://subhajitroycode.github.io/four-card-feature-section/
- Size: 11.7 KB
- Stars: 0
- 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
- [Frontend Mentor - Four card feature section solution](#frontend-mentor---four-card-feature-section-solution)
- [Table of contents](#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)
## 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: [Click Here 👈🏻](https://your-solution-url.com)
- Live Site URL: [Click Here 👈🏻](https://subhajitroycode.github.io/four-card-feature-section/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- SCSS/SASS
### What I learned
I made this site to learn more about CSS Grid and CSS custom properties. I also used @mixin to make some of the properties reusable.
```css
@mixin bg-border($color, $url) {
border-top: 5px solid $color;
background: url($url) no-repeat top 120px left 205px;
}
```
### Continued development
I'll continue to learn more about SCSS/SASS functions and mixins and how to use them to make my site more dynamic.
## Author
- Frontend Mentor - [@subhajitroycode](https://www.frontendmentor.io/profile/subhajitroycode)
- Twitter - [@subhajitroycode](https://www.twitter.com/subhajitroycode)
- LinkedIn - [@subhajitroycode](https://www.linkedin.com/in/subhajitroycode)