Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Nice job with this one. Viewing your solution, I think you should considered the following for you...
- Instead of using
height: auto
in thebody
rule set, change it into100vh
- Add margin top to the main image like this
<img src="images/illustration-mockups.svg" alt="illustration-img" class="illustration-img mt-5">
- Put the logo separated with the other items. Try putting it followed with the
container
like this...
<div class="container"> <img src="images/logo.svg" alt="logo-png" class="logo-img" /> <div class="row"> <div class="col col-lg-6 col-sm-12 col-logo">
- Add top margin in the
row
to make it align in the centerclass="row mt-5"
Hope this helps and Keep going!
Marked as helpful0 - Instead of using
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