Task 1.
Task 2:
Thanks
Task 1.
Task 2:
Thanks
Everything correct again, @Sarai_Atoche_Pascual!
As an alternative to task 2 you could also use the background
shorthand to nicely separate the values for the left and right images:
h2 {
padding: 0 40px;
text-align: center;
background: url(star.png) no-repeat left center,
url(star.png) repeat-y right center;
}
Of course, your version is still okay.
Michael
your advice is very useful to me miguel, thank you very much.