#e8e8e8
1.card { 2 cursor: pointer; 3 width: 190px; 4 height: 254px; 5 background: rgb(255, 255, 255); 6 border-radius: 5px; 7 border: 1px solid rgba(0, 0, 255, .2); 8 transition: all .2s; 9 box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2); 10} 11 12.card:hover { 13 box-shadow: -12px 12px 2px -1px rgba(0, 0, 255, .2); 14} 15 16 17 18
3.3K views
3.3K views
Comments
MIT License