kevin
@imonaarAll comments
- @adram3l3ch
- @imonaar@imonaar
Okay. is there a better way to add the background images without using the pseudoelements?
The button border bothered me a bit but it was in the design. i was actually considering doing away with it
- @imonaar@imonaar
I will check it out. Thank you!
- @Julie-Gz@imonaar
use css background property on your .hero section https://developer.mozilla.org/en-US/docs/Web/CSS/background , the two images provided are for mobile and desktop. Use a media query to assess the viewport width and change the background . https://css-tricks.com/a-complete-guide-to-css-media-queries/
- use flexbox to center the contents of the body;
i.e
dislay: flex; align-items: center; justify-content: center; height: 100vh;
https://developer.mozilla.org/en-US/docs/Learn/CSS/Howto/Center_an_item