Circle
<style> .circle { width: 100px; height: 100px; border-radius: 50px; font-size: 20px; color: #fff; line-height: 100px; text-align: center; background: #000; } </style> <div class="circle">Hello</div>