Skip to content

blackmagenuit/Blog-preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

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

πŸ“Έ Screenshot

Screenshot of my solution to the Blog Preview Card challenge from Frontend Mentor


πŸ”— Links


πŸ›  Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox / card layout
  • Mobile-first workflow
  • Accessible focus states

βœ… Features

  • Hover and focus states for interactive elements
  • Clean and responsive layout
  • Accessible and semantic structure

πŸ’‘ What I learned

During this project I practiced:

  • Using semantic HTML for better structure
  • Styling with CSS variables for consistency
  • Adding keyboard-friendly focus states with :focus-visible
.title__link:hover { color: var(--yellow); }

.title__link:focus-visible {
  box-shadow: 0 0 0 3px var(--yellow), 0 0 0 5px var(--black);
  border-radius: 6px;
}

πŸ“¦ Project structure

.
β”œβ”€ assets/
β”‚ β”œβ”€ screenshot.png
β”œβ”€ index.html
β”œβ”€ styles.css
└─ README.md

πŸš€ How to run locally

# Clone this repository
git clone https://github.com/blackmagenuit/blog-preview-card

# Open the folder
cd blog-preview-card

# Open index.html in your browser

πŸ‘€ Author


πŸ™ Acknowledgments

Thanks to the Frontend Mentor community for feedback and support.

About

This is a solution to the https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published