@jeremiahlateefSubmitted almost 3 years ago
I'm having difficulties switching the image to the right side in the desktop view using flexbox. Any help will be appreciated. Thank you.
I'm having difficulties switching the image to the right side in the desktop view using flexbox. Any help will be appreciated. Thank you.
Hi! Maybe you can try this :)
.container{ display: flex; flex-direction: row-reverse; }
Hope this helps !
Any Feedback is really appreciated. Also how can i make the image color ?
Hey ! Nice work on the challenge :) I'm trying to figure out how to colour the image too.. Noticed your font was different.
@font-face { font-family: Inter; src: url("Inter/Inter-VariableFont_slnt,wght.ttf"); }
Hope this helps !