Hi @design.danov and welcome to the community
Sorry for the long delay.
Great work! All props are set correctly.
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.
See you,
Michael
1 Like
Thank you a lot.Have a nice day.
1 Like