Happy to help 
Remember to test it out in different resolutions and different devices like tablets or small screen phones, so that your content always shows correctly no matter the device resolution.
Also, be careful when you set divs or other elements to fixed “px” sizes. A “px” value is not responsive, meaning it will stay that size no matter how small or large the viewing resolution is.
So if you set something to X or Y px width in desktop mode it will still have that size when you switch up to tablet or phone resolutions. To make designs responsive you can use VW or VH attributes to make it move and re-position content as you move the resolution up and down.
Cheers
EDIT: Same goes for text sizes, “px” values will always maintain that size, no matter the resolution.