Veronica Orozco
@VLOrozcoAll 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