Answers for "divider with text css"

CSS
0

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>
Posted by: Guest on March-11-2022

Browse Popular Code Answers by Language