Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ol text align

.center {
  text-align: center;
  list-style-position: inside;
}

<h4 align="center">HEADLINE</h4>
<ol class="center">
  <li>First Item</li>
</ol>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ol #text #align
ADD COMMENT
Topic
Name
5+5 =