HTML5 / CSS3 Circle with Partial Border

前端 未结 6 725
轻奢々
轻奢々 2020-11-28 06:01

Is it possible to create a circle using only HTML5 / CSS3 which has a border that only goes part way around the circle? If not, what techniques can I use to accomplish this

6条回答
  •  囚心锁ツ
    2020-11-28 06:55

    To do this, you can use simple box border properties, one element and one class. This would be an inline, inline-block or block treatment, depending on where you place your easy-circle class, and how/if you style position.

    
    
    
    
    
    
    

提交回复
热议问题