.shape
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform-origin
:
50%
50%
;
transform
:
translate
-50%
-50%
;
width
:
50px
;
height
:
50px
;
background
:
linear-gradient
90deg
#E6DB74
#AE81FF
#66D9EF
;
border-radius
:
50%
;
}