+ 4
Helps to make a border around a text.
I want make a border for the results space. For read the answer better. Someone can explain me how to do that? https://code.sololearn.com/We0u0OWKEs9T/?ref=app
4 odpowiedzi
+ 4
This should give you a starting place.
#KKK {
outline: brown solid thick;
}
+ 3
that's actually impressive well done.
and keep up the good work
+ 3
Yeah, this work. I just add a line for Background-color. Thanks ^_^
0
use the <p> tag in html and p {padding:5px; border:2px solid black;} in css.