Horje
How to write text in middle of straight line in css Code Example
How to write text in middle of straight line in css
h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

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




Css

Related
resctrict css to apply on div Code Example resctrict css to apply on div Code Example
form styling Code Example form styling Code Example
background-attachment Code Example background-attachment Code Example
restrict css to apply on div Code Example restrict css to apply on div Code Example
mysql_config not found Code Example mysql_config not found Code Example

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