Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayitinya/frontendmentorstatspreview

Frontend Mentors Stats Preview challenge
https://github.com/ayitinya/frontendmentorstatspreview

Last synced: 4 days ago
JSON representation

Frontend Mentors Stats Preview challenge

Awesome Lists containing this project

README

        

# Frontend Mentor - Stats preview card component solution

This is a solution to the [Stats preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/stats-preview-card-component-8JqbgoU62). 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)
- [Author](#author)

## Overview

### The challenge

Users should be able to:

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

### Screenshot

![screenshot of mobile image](./images/mobile.jpg)
![screenshot of desktop image](./images/desktop.jpg)

### Links

- Solution URL: [https://github.com/ayitinya/frontendmentorstatspreview](https://github.com/ayitinya/frontendmentorstatspreview)

## My process

Took the mobile first approach

### Built with

- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow

### What I learned

Write code for images with color overlays using two different methods of which one was used

```html


```

```css
#image {
background: url('filePath.jpg') no-repeat hsla(233, 50%, 50%, 0.5);
background-size: cover|'other options';
background-blend-mode: overlay|'other options';
}
```

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