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

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

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

![Screenshot 2022-03-18 193037](https://user-images.githubusercontent.com/72935263/159016938-62e87060-72e1-4601-b8b4-0371768135bb.png)

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