HTML / CSS / JS VANILLA !

Solution retrospective
I am progressing more and more, I am happy!
Project only in HTML / CSS / JS VANILLA. I will start SASS on the next project!
Why do my icons not want to appear on my live server and on the host? Surprising, because internally on the computer I had no problems ..
Thx ♥
Please log in to post a comment
Log in with GitHubCommunity feedback
- @akshay63
@Alexandre-Chs Hi Alexandre. A few changes i want you to make which are-
-
In CSS(both mobile layout and desktop layout), the header__image doesn't need a transform property because you can position the background image in the Y-direction using "background-position" itself. For this I recommend you refer to MDN for a property that I've just mentioned.
-
In ".btn" declaration in CSS, correct the "justify-content: flex-end;" as this correct value of justify-content property.
-
In many places you don't need to use transform property I think because you are using flexbox for placements of items.
Thats it! Keep coding.👍😎
-
- @Alexandre-Chs
I have a problem !
The preview on desktop for desktop and mobile is correct. However, if I open it with a phone, it's rubbish on the site and nothing works .. why? : '(
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord