<html> <head> <title>Div example</title> </head> <body> <style type="text/css"> .single { padding: 10px; border: 1px solid; text-align: center; } </style> <div class="single"> 1 </div> </body> </html>