In this program no 'border 'command has been used yet a border around 'About me' is visible. why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In this program no 'border 'command has been used yet a border around 'About me' is visible. why?

https://code.sololearn.com/Wqw0jfJk0dyE/?ref=app https://code.sololearn.com/Wqw0jfJk0dyE/?ref=app

3rd Oct 2017, 3:32 AM
Tanvi
Tanvi - avatar
5 Answers
+ 5
It's here in the css: h1 span { border: 4px dashed #20bcd5; padding: 10px; }
3rd Oct 2017, 3:45 AM
ChaoticDawg
ChaoticDawg - avatar
+ 5
have border in h1 span tag that's why.in css line number 20 have border.see it
3rd Oct 2017, 3:47 AM
Isomer
Isomer - avatar
+ 4
In what program? Provide a link to the code so that it might be explained.
3rd Oct 2017, 3:35 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
What does this mean then - it was written in css.??and in html it looks without any border command. Is it?
3rd Oct 2017, 4:10 AM
Tanvi
Tanvi - avatar