Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make text center above image html

#container {
  text-align: center;
}

.text {
  display: inline-block;
  margin: 0 20px 0 20px;
}

.img {
  margin: 0 20px 0 20px;
  width: 50px;
  height: 50px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #center #image #html
ADD COMMENT
Topic
Name
1+1 =