Thought I would share what worked for me for skill test 5.
Anexo mi respuesta
CSS
a {
border: 5px solid grey;
}
ul{
border:0.5px solid black;
padding-bottom: 15px;
}
li{
margin-top: 18px;
}
a{
display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 13px;
}
a[href^=“https”]{
border-color:green;
}
a[title]{
border-color:pink;
}
a[href*=“contact”]{
border-color:orange;
}
Hi @Joel_Bravo and welcome to the community
Congratulations! This is correctly solved.
By the way, if you plan on doing more tasks it would be helpful if you could share your code in an online editor like https://codepen.io/, https://glitch.com or https://jsfiddle.net/. It’s much easier for us if we can see the result and test things out if necessary. Also the forum removes and changes certain code automatically. Thank you
Have a nice day,
Michael