Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css horizontal line around text

   <div class="flex items-center">
      <div class="flex-grow bg bg-gray-300 h-0.5"></div>
      <div class="flex-grow-0 mx-5 text dark:text-white">or</div>
      <div class="flex-grow bg bg-gray-300 h-0.5"></div>
   </div>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #horizontal #line #text
ADD COMMENT
Topic
Name
1+9 =