Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

divider with text css

<div style="width: 100%; height: 20px; border-bottom: 1px solid black; text-align: center">
  <span style="font-size: 40px; background-color: #F3F5F6; padding: 0 10px;">
    Section Title <!--Padding is optional-->
  </span>
</div>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #divider #text #css
ADD COMMENT
Topic
Name
5+7 =