CSS Trouble adding border

You can use css like this:

#custom-text{
 border: solid black 2px; 
}

working demo

Browse More Popular Posts

Leave a Comment