Latest solutions
Responsive portfolio site project
#accessibility#eleventy#nunjucks#sass/scss#lighthouseSubmitted about 3 years ago
Latest comments
- @adram3l3chSubmitted about 3 years ago
- @imonaarSubmitted over 3 years ago@imonaarPosted over 3 years ago
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
0 - @imonaarSubmitted over 3 years ago
- @Julie-GzSubmitted over 3 years ago@imonaarPosted over 3 years ago
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
0