Sign in using Google or Yahoo! id.  

CSS text centering

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

<html> <head> <style> div.search {

   background: #EEE;
   padding:15px;
   margin-bottom: 10px;
   border: #CCC solid 1px;
   -moz-border-radius: 15px; 
   text-align: center;

}

</style> </head> <body>

</body> </html>

Posted on June 22, 2012 03:47 PM by naresh kumar
css
blog comments powered by Disqus