I am enjoying my Frontend Developer journey and love the challenges that Frontend Mentor has provided. I am learning so much and the community has been so helpful. Thank you all! I enjoy singing, listening to lofi-music, playing brawl stars and the ukulele. Happy coding everyone! ~V
I’m currently learning...I am currently developing my skills in JavaScript and React.js through FrontendMentor.io challenges & personal projects.
Latest solutions
Mobile-first Coffeeroasters Subscription Site JS with sessionStorage
#accessibilitySubmitted almost 2 years ago
Latest comments
- @Wandesanguine@VLOrozco
Hey Yewande,
Mohammed had great things to say, especially with the svg files!
As far as positioning them on your webpage, research position absolute/relative (but be careful as they can also create extra whitespace at the bottom of your screen if not used appropriately) - then use transform:rotate(__deg) to turn the image to match the design [insert the number before percentage mark for degree in the rotate value];
Hope that helps! Happy coding to you too! ~V
Marked as helpful - @alieuk61@VLOrozco
Try researching css flexbox and review positions (absolute & relative) Those are the tools I used to complete this challenge. Best wishes!
Marked as helpful