Answers for "border not showing around text csss"

CSS
2

border not showing css

// you probably forgot to add the border-style parameter.
/ Try the following

.container {
  border: black solid;
}
Posted by: Guest on July-16-2021
0

hiding text outside of border css

overflow :hidden;
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language