Border around links | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Border around links

Hi all, I have been working through the html challenges here and on the blog project, I have included links at the top that take you to different parts. How can I add borders to Just those links without it adding a border to all the rest? Would it be easier to just make it a horizontal list and go from there? Sorry if this doesn't make sense. https://code.sololearn.com/WkkCAf227z6S/?ref=app

28th Jan 2018, 9:15 AM
Memphis Reigns
Memphis Reigns - avatar
3 Answers
+ 4
if you want for all links A{ border:1px solid grey; } if you want for just some links give them one class and make the properity in css
28th Jan 2018, 9:26 AM
Abdurrahman Abulgasim
Abdurrahman Abulgasim - avatar
+ 3
welcome 😊
28th Jan 2018, 9:36 AM
Abdurrahman Abulgasim
Abdurrahman Abulgasim - avatar
+ 2
Thanks it worked with a trial run so will implement it later.
28th Jan 2018, 9:36 AM
Memphis Reigns
Memphis Reigns - avatar