Submitted almost 3 years ago
Responsive landing page using SASS, Grid, Vanilla JS
@Viktoriia-O
Design comparison
SolutionDesign
Solution retrospective
Thanks for all feedback 😀
Community feedback
- @byronbyronPosted almost 3 years ago
Wow, @Viktoriia-O, this looks great!
One minor thing: When scrolled right to the bottom of the page, the
<div class="back-to-top content-width active>
seems to be overlaid across some of the footer links, making them a bit tricky to click.Maybe a
width: 60px;
on it andright: auto;
could help. Something like:.back-to-top.active { display: grid; width: 60px; right: auto; }
Really nice work! 👏
Marked as helpful0@Viktoriia-OPosted almost 3 years ago@byronbyron thank you so much for you notes. I really missed this issue. I have just changed some rules, now it looks better ) Thanks again 🙂
0 - @Jahswill-web-devPosted almost 3 years ago
superb work keep it going coders
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