Hey, could someone please rate my assignment?
Hello @Cararith
you doing great just some notice here
- the li item size need to be adjusted if you look at them you would see some words get outside the border so make it little taller and wider
- for the link with icon you can use the background-image without the need to use ::after pesudo
check this one
a[href^="http"] {
background-image: url("https://mdn.github.io/learning-area/css/styling-text/typesetting-a-homepage-start/external-link-52.png");
background-repeat: no-repeat;
background-size: 10px;
background-position: center right;
padding-right:15px;
}
i hope i did not miss anything else and have a nice day
2 Likes