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

https://github.com/pierrelogs/blog-preview-card

Blog Preview Card Page
https://github.com/pierrelogs/blog-preview-card

css3 flexbox grid html5

Last synced: 8 months ago
JSON representation

Blog Preview Card Page

Awesome Lists containing this project

README

          

# Frontend Mentor - Blog preview card solution

This is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). 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)
- [Useful resources](#useful-resources)

## Overview

### The challenge

Users should be able to:

- See hover and focus states for all interactive elements on the page

### Screenshot

![Desktop](https://github.com/PierreLogs/blog-preview-card/blob/main/design/desktop-design.jpg)

### Links

- Solution URL: [Blog Preview Card Repo](https://github.com/PierreLogs/blog-preview-card)
- Live Site URL: [Blog Preview Card Page](https://pierrelogs.github.io/blog-preview-card/)

## My process

- First thing I did was create the HTML structure and the CSS styling.
- Then I writhing the README.md file.

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox

### What I learned

- I learned how to use CSS Flexbox.

### Continued development

- I will continue to improve my knowledge of CSS Flexbox.

### Useful resources

- [MDN Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) - This helped me for know how to use Flexbox.