HTML CSS examples for CSS Widget:Banner
Align a banner to center
<html> <head> <style type="text/css"> .promo_top{ float:left; width:100%; height:300px; text-align:center; overflow:hidden; background-image:url(https://www.java2s.com/style/demo/Opera.png); background-position:top center; background-repeat:no-repeat;} </style> </head> <body> <div class="promo_top"> </div> </body><!--from w ww .j a v a 2 s . c om--> </html>