Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css border botttom

div {
  border-bottom: 4px dashed blue;
  background-color: gold;
  height: 100px;
  width: 100px;
  font-weight: bold;
  text-align: center;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #border #botttom
ADD COMMENT
Topic
Name
1+6 =