Shortly URL shortening service - Using JavaScript, Bootstrap, and APIs
Design comparison
Solution retrospective
I had quite a fight with JavaScript on this one! I somehow got away without using localStorage
. However, I still have some known troubles - 1. Getting the blue strand behind the cards (below Advanced Statistics) and 2. Having the illustration image to be full-width on the right. I couldn't figure out how to achieve these with Bootstrap. Please, your input is needed!!!
Community feedback
- @mattstuddertPosted almost 5 years ago
Hey Solomon, nice work on this. For the background line, you could use pseudo-elements on the middle item to create the line. Have a little look into styling
::before
and::after
elements in your CSS. For the full-width illustration, you'll struggle to get this done in Bootstrap. This would be best done using your own custom layout styles in this region to really match up to the design.I hope this helps. Keep up the great work!
0@krebeDevPosted almost 5 years agoThanks for the insights, @mattstuddert. I'll definitely try out the suggestions.
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