2
I would like to do 3 icones in CSS, but I don’t want to do with several div, div filhos, etc.
I’d like something clean, like
<div class="Status1"></div>
<div class="Status2"></div>
<div class="Status3"></div>
I managed doing with several div (one for edge) and a div for each circle, in the case stayed up with 4 Divs, to make the Status=3.
On Jsfiddler like I did https://jsfiddle.net/dorathoto/rchdwy1f/11/
My code:
<div class="quadrado">
<div class="bolaCinza"> </div>
<div class="bolaAzul"> </div>
<div class="bolaRed"> </div>
</div>
Basically this technique: https://answall.com/questions/101323/
– Bacco
@Bacco this question is a classic ;)
– hugocsl
In IE here was the way I put in the answer. :(
– Sam
@Sam ai rendered on the screen pretty ugly even... can not say pq... but in general gradient does not denderiza well in the same browser, mainly in diagonal and in circles, so I left 1px of "transition" in the color of the gradient between one color and another
– hugocsl