UNPKG
custom-mc
Version:
latest (0.1.0)
0.1.0
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
custom-mc
/
src
/
components
/
card.css
8 lines
(7 loc)
•
154 B
CSS
View Raw
1
2
3
4
5
6
7
8
.card
{
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
);
transition
:
0.3s
; }
.card
:hover
{
box-shadow
:
0
8px
16px
0
rgba
(
0
,
0
,
0
,
0.2
); }