According to the provided designs, do the HTML/CSS integration. You should be mobile-first and responsive.
Body's type is Lato. You should include the font with Google Fonts with the following weights: normal, bold, black.
Headings type is a custom font called Intro. It is already included into the page and available through : font-family:"Intro";
with 2 font-weight
s : 400
and 900
.
For gray images, use placeholders: https://placeholder.com, like:
All other images are provided into the images
folder.
Insert as many <img>
tags as you need into the HTML.
Or you could also use CSS background
.
It's up to you.
Happy coding! ❤️