Design comparison
SolutionDesign
Solution retrospective
Can please anyone help me with two things?
- Those background bubbles
- The responsive version
Thank you!
Community feedback
- @ashiqfuryPosted about 3 years ago
Great work..
- I will give you a hack.. By using
zoom: 0.7
property in.card
on mobile screens. It will looks responsive in mobile view. This is not a recommended solution.. But it will work. - Instead of using
background-image
property, usebody::before
andbody::after
selectors. By doing this, you can style the background circles without too much efforts.
I hope this will help for you. Thanks..
Marked as helpful0@MidnithPosted about 3 years ago@ashiqfury Thanks Fury!
The
zoom:0.7
did the trick with the responsive version andbody::before
body::after
help with the bubbles on the desktop view, but they still look weird in the responsive version (too big!). Tried to apply zoom also with the bubbles, but didn't work.0 - I will give you a hack.. By 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