Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

align items in span to center

.example {
  height: 200px;
  border: solid #CCCCCC 2px;
  padding: 0 10px;
  white-space: normal;
  word-break: break-word;
  display: flex;
  align-items: center;
}
Source by www.w3docs.com #
 
PREVIOUS NEXT
Tagged: #align #items #span #center
ADD COMMENT
Topic
Name
9+8 =