Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <style> div.heading{ width: 150px; height: 150px; border-radius: 100%; background-color: #ccc; text-align: center; display: table-cell; vertical-align: middle; } </style> <div class="heading"> Circle </div> </body> </html>