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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors