Cake in JS
Javascript Cake
Frontend Code
1
.cake
{
2
width
:
76%
;
3
height
:
43%
;
4
background
:
#302630
;
5
border-radius
:
0 0 16px 16px
;
6
transform
:
scaleY(0)
;
7
transition
:
.6s ease
;
8
}
9
.frosting
{
10
background
:
#a979a8
;
11
position
:
absolute
;
12
transform
:
scaleX(.5)
;
13
.candle
{
14
background
:
#efb7e6
;


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home