Helps to make a border around a text. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Jan 2018, 5:46 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
4 Answers
+ 4
This should give you a starting place. #KKK { outline: brown solid thick; }
29th Jan 2018, 6:15 PM
John Wells
John Wells - avatar
+ 3
that's actually impressive well done. and keep up the good work
29th Jan 2018, 5:51 PM
abdurrahman al-amoudi
abdurrahman al-amoudi - avatar
+ 3
Yeah, this work. I just add a line for Background-color. Thanks ^_^
29th Jan 2018, 6:18 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
0
use the <p> tag in html and p {padding:5px; border:2px solid black;} in css.
27th Feb 2018, 8:21 PM
Vilner NOËLMÉ
Vilner NOËLMÉ - avatar