@Inioluwa2003Submitted over 1 year ago
Ahon_kazi
@ahonkaziAll comments
- @ahonkaziPosted over 1 year ago
Need some improvements to your solution...
-
set background repeat to no-repeat
-
give a background color which has been provided to style-guide file check it and go ahead
body { background-image: url(./images/pattern-background-desktop.svg); display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 100vh; font-size: 16px; background-repeat: no-repeat; // use it to your code background-color: #8a9ed57d; //collect it from style guide }
thank you ❤
0 -
- @GeorgenicoSubmitted over 1 year ago@ahonkaziPosted over 1 year ago
- Try to remove padding or margin from the top section of your project
2)<img src="./img/image-qr-code.png" class="imgtxt" width="250px" height="250px"> use alt="" to each img tag
0