0
why here span tag does' t make my heading in dotted blue box as we learn in our sololearn lesson?
4 Antworten
+ 8
Tirath Sharma It works on the other code because the span style is on line 19 of the CSS tab.
Shudarshan Rai 👑 is correct.
+ 3
it's not the <span> tag that's not making dotted blue lines
to make you need to add CSS code in css section 👇
span {
border: 4px dashed #20bcd5;
padding: 10px;
}
+ 1
oh!
thanks alot
0
hi sudarshan
if you are write then why it work in this coding
https://code.sololearn.com/Wu8BBARTa9N7/?ref=app