I’m stuck in task 2 of Test your skills: backgrounds and borders
Please help me !
Hi @NoName and welcome to the community
Could you show us your code so far and describe the problem you have? Otherwise it’s hard to give a useful hint. Preferably in a online editor as described at the bottom of the task page: Assessment or further help
Thank you and have a nice day!
Michael
Hi @mikoMK
My problem is that I don’t know how to create three star on the right .
Thank you for the additional details.
background-*
and text-align
to h2
background
shorthand:background: url(star.png) no-repeat left center
<repeat>
and <position>
):background: url(star.png) no-repeat left center,
url(star.png) <repeat> <position>;
h2
so it looks like in the imageI hope that helps. Please ask if you need more hints.
Cheers!
Michael