Draw circle using CSS - Css

Draw circle using CSS

Snippet Code


  
Rate this page :
  [ 0 votes]

Copy the below given code and paste it in your PHP page, to draw circle in CSS.

<style type='text/css'> .circle { width:250px; height:250px; border-radius:250px; font-size:50px; color:gray; line-height:500px; background:gray; } </style> <div class='circle'></div>

Tags


Ask Questions

Ask Question