Answers for "this style border not working"

CSS
1

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

border-color not working

#box {
    border:1px solid red
}
Posted by: Guest on April-26-2021

Code answers related to "this style border not working"

Browse Popular Code Answers by Language