Horje
horizontal line with text in middle word in html Code Example
horizontal line with text in middle word in html
h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 5em;
   margin: 10px 0 20px; 
} 

h2 span { 
    background:#fff; 
    padding:0 10px; 
}




Html

Related
mark html element Code Example mark html element Code Example
onclick reportrange html Code Example onclick reportrange html Code Example
vuejs toggle on each in v-for Code Example vuejs toggle on each in v-for Code Example
th tag in html Code Example th tag in html Code Example
allow only number in input html Code Example allow only number in input html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10