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.
- Solution URL: Blog Preview Card
- Live Site URL: Blog Preview Card
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
in this project i learned how to use semantic html tags, and how to create preset font and center elements to use them
code snippets:
.center-text{
display: flex;
justify-content: center;
align-items: center;
}
.preset-1{
font-size: 24px;
line-height: 1.5;
letter-spacing: 0;
font-weight: 800;
}
.preset-2{
font-size: 16px;
line-height: 1.5;
letter-spacing: 0;
font-weight: 500;
}
.preset-3{
font-size: 14px;
line-height: 1.5;
letter-spacing: 0;
font-weight: 500;
}
.preset-3-b{
font-size: 14px;
line-height: 1.5;
letter-spacing: 0;
font-weight: 800;
}
- elzero - This web site helped me for learning HTML and CSS and Git. I really liked this pattern and will use it going forward.
- Frontend mentor - this website help me to init project and deal with details like margin and padding and community.
- Website - Blog preview Card
- Frontend Mentor - @7A9Oo
- Facebook - Abdelhak Med
I would like to express my heartfelt gratitude to Osama Elzero and this website (frontend mentor) for invaluable assistance. his support and guidance have been tremendously helpful, and I am truly grateful for his time and effort.