Assessment wanted for backgrounds and borders skill task-2

Task
Codepen link

Hi @design.danov and welcome to the community :wave:

Sorry for the long delay.

Great work! All props are set correctly. :+1:

When using multiple backgrounds, the background short hand property may make the code clear, because it groups everything that belongs to the same background image.
For example:

background: url(star.png) no-repeat left center,
            url(star.png) repeat-y right center;

But nothing wrong with your approach; just an alternative. :slightly_smiling_face:

See you,
Michael

1 Like

Thank you a lot.Have a nice day.

1 Like