Design comparison
Solution retrospective
Hi guys, your feedbacks are highly welcome!
Community feedback
- @Modu9173Posted over 3 years ago
-
Trying changing both titles of the main section into h1, as someone showed me on here------ "h1 class="main-header" "Reliable, efficient delivery"br" "strong class="sub-header" "Powered by Technology"/strong" "/h1" -----please take my quotation marks as ">" for some unknown reason, It wont show the code properly when I use ">" after updating the comment
-
In your CSS file to center you "class=h6", under your h6: h6{ text-align: center; }
-
You can also try to define the family in the body section instead for each elements and class, that way you don't have to define the body in each class and elements. body { font-family: 'Poppins', sans-serif; }
-
for the footer "attribute", try to remove the "position: absolute" it should center the footer.
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