Latest solutions
Latest comments
- @FabricioRivera2021@Giulo25
Hi Fabricio, good job on this challenge! I think it is not necessary to set a width, in fact decreasing the viewport the image shrinks incorrectly
You can remove the
width: 1440px
from the body and center the background image withbackground-position: top center
You could also put padding on the body so in the mobile version there is space between the component and the edge of the device
Marked as helpful - @Joshua-Farr@Giulo25
Hi Josh, you can set the two grid items (info1 and info2) as flexbox, then set info1 justify-content: start and info2 justify-content: end and you can manage the space between the icon and text with the gap property