#e8e8e8
1.card { 2 width: 190px; 3 height: 254px; 4 background: white; 5 border-radius: 10px; 6 transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); 7} 8 9.shadow { 10 box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 11 0 0 0 2px rgb(190, 190, 190), 12 0.3em 0.3em 1em rgba(0,0,0,0.3); 13} 14 15
Comments
MIT License