+ 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
5 ответов
+ 5
It's here in the css:
h1 span {
border: 4px dashed #20bcd5;
padding: 10px;
}
+ 5
have border in h1 span tag that's why.in css line number 20 have border.see it
+ 4
In what program? Provide a link to the code so that it might be explained.
+ 1
What does this mean then - it was written in css.??and in html it looks without any border command. Is it?