Basic Responsive Landing Page Using only HTML and CSS
Design comparison
Solution retrospective
I have two questions:
1-When I open my website with the extension Live Server on VS, my website works fine. But when I open my Html page from the folder directly or with the Live Url, the font sizes of the texts become smaller, and some media queries are not working. Which reason would cause that?
2- How can I create the section with the header "Ready To Build Your Community?" before the footer, without using position absolute and in a better responsive way?
If you could help me out with those two questions, I would be grateful.
Thank you in advance.
alpbrace
Community feedback
- @HatimHJPosted over 2 years ago
2- How can I create the section with the header "Ready To Build Your Community?" before the footer, without using position absolute and in a better responsive way?
i did it with [ transform : translateY(-value) ] and it worked fine
Marked as helpful1 - @alpbracePosted over 2 years ago
Question 1 is also solved. I am open to your comments about my code, so I can improve myself.
0
Please log in to post a comment
Log in with GitHubJoin 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