Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rowanvictor01/blog-preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Blog preview card solution

This is a solution to the Blog preview card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.


Table of contents


Overview

This project repo is my solution to the Blog Preview Card Challenge from Frontend Mentor. The goal of this challenge was to build a visually accurate card layout of a Blog Preview that displays an image, some accompanying text, and an image of the author and their name.

This project helped me reinforce my HTML by structuring the card and grouping related content together and my CSS.

The challenge

Users should be able to:

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

Screenshot

Page Preview

Links


My process

I started by examining the preview image of the design from the provided challenge files. My goal was to replicate the layout and styling as close as possible.

I added more elements to the already provided HTML like <article>, <main>, <section>, and <footer> to group related content together for structuring the page and for flexbox usage.

Built with

  • Semantic HTML5 markup
  • CSS3
  • Flexbox

What I learned

I was able to reinforce my usage of flexbox for the layout of the page and was able to try using the transistion property, and the :hover pseudo class.

Continued development

In future projects, I want to improve my overall CSS skills, especially with flexbox and layout techniques.


Author

Releases

No releases published

Packages

No packages published