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
- Host: GitHub
- URL: https://github.com/pierrelogs/blog-preview-card
- Owner: PierreLogs
- Created: 2025-09-14T12:26:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T03:57:24.000Z (9 months ago)
- Last Synced: 2025-09-17T05:45:43.963Z (9 months ago)
- Topics: css3, flexbox, grid, html5
- Language: HTML
- Homepage: https://pierrelogs.github.io/blog-preview-card/
- Size: 182 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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