Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

text align center with overflow

<div id="small_div">overflowing text</div>

<style>
  #small_div {
      display: flex;
      justify-content: center;
  }
 </style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #align #center #overflow
ADD COMMENT
Topic
Name
7+5 =