Slide 32
Slide 32 text
Pull layer styles as CSS
/* button: */
background-image: linear-gradient(-180deg,
#C8BFDB 0%, #B8A6E4 100%);
border-radius: 100px;
/* button-type: */
font-family: Karla-Bold;
font-size: 32px;
color: #FFFFFF;
text-shadow: 0px 2px 0px rgba(0,0,0,0.24);