Page:
Thanks
Page:
Thanks
Great work @Sarai_Atoche_Pascual!
Two very small improvements:
background-position: 100% 50%;
on the external links the icons won’t jump up on hover.inline-size: 100%;
on nav a
instead of a fixed value the right border won’t disappear on active (when you hold the mouse button).See you,
Michael
Thank you Mickael, I’m learning flex-box.
I have an examples, Do you help me pleace?
Yes, that should work, too.
Could you help me please?
Try using a background-image for the icon.
This seems like a good start:
button::before {
background-image: url(//img.icons8.com/metro/256/external-link.png);
background-size: 1rem 1rem;
display: inline-block;
inline-size: 1rem;
block-size: 1rem;
content:"";
margin-inline-end: 0.5rem;
}