Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

border not showing css

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

.container {
  border: black solid;
}
 
PREVIOUS NEXT
Tagged: #border #showing #css
ADD COMMENT
Topic
Name
3+6 =