Do I use fixed height of 100vh for the hero/ first section ?
Should I use fixed height or add an insane amount of padding ?

6 Replies
I'd use
min-height
vh
/ dvh
or some variation personally for the hero sectionshould I use background image for this or image and absolutely position the text ?

Could do either but I'd use an image since it'll make it easier to position the text
yo thanks for the help 🙂 , I really appreciate it 🙂
Wether to display an image via CSS or as HTML-element depends on its value and isn't just a question of architecture. If I am not mistaken, also today Search Engines and Screen Readers do not read
background-image
as page content.This is correct , that's why bg images a re purely for decoration; if the image is necessary for context it needs to be in the html with an img, picture, figure etc