Latest solutions
Latest comments
- @BryceStPierre@inesriahi
Hi, This is great!
I have noticed that you are setting a border around the avatar. The border is set only when the link is hovered and in small screen sizes. You may try to solve this.
Bests
- @Alone-07@inesriahi
Great Work!
I have just noticed that the Learn More buttons change their position when resizing. Maybe it's a good idea if you solve this.
Another thing is that the button's font family is the same as the paragraph. It seems that you didn't upload the files to the repository on Github.
Regards,
Marked as helpful - @bihari123@inesriahi
Hi, Set
background-repeat: no repeat;
to avoid the repetition, and add a background too using this:background: hsl(var(--pale-blue)) url("images/pattern-background-desktop.svg");
All the Best !
- @Auto-Yahwin@inesriahi
Great Work! There is a style guiding file attached to the downloaded files. You can use it to set the colors and font as given.
Marked as helpful - @Aisnathan@inesriahi
Hi @Aisnathan, Great Work! Maybe the reason is that you haven't set 'box-sizing: border-box' to all the elements in the page