Skip to content

Jeanclaude09-dev/Blog-Preview-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Blog preview card solution

Table of contents

Screenshot

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile workflow
  • media query
  • active state

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

<h1>Some HTML code I'm proud of</h1>
@media (max-width: 375px) {
  body {
    font-size: 14px;
  }
  .card {
    width: 277px;
    padding: 10px;
  }
  h1 {
    font-size: 15px;
  }
}

Continued development

I woould like to focus more on media query and responsiveness

Author

Acknowledgments

Thanks ChatGpt...

About

A blog preview card component with image, title, and summary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published