Responsive News Homepage
This is a challenge posed by Frontend Mentor to build a simple news website homepage.
Category
Communication
Links
Stack
HTML & CSS
Vanilla JS
This is a challenge posed by Frontend Mentor to build a simple news website homepage.
Communication
HTML & CSS
Vanilla JS
This is a solution to the News homepage challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
This is a solution to the News homepage challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
I learnt how to style images properly using object-fit.
A small code snippet examples:
.card__img {
width: 100%;
height: 100%;
object-fit: cover;
}