diff --git a/Animated profile card/style.css b/Animated profile card/style.css index 96bd724..5757e1c 100644 --- a/Animated profile card/style.css +++ b/Animated profile card/style.css @@ -1,4 +1,5 @@ /* center card */ + body { margin: 0; font-family: tahoma; @@ -19,6 +20,7 @@ body { position: relative; box-shadow: 20px 20px 42px #d0d0d0, -20px -20px 42px #ffffff; width: 20rem; + box_radius: 20px 0px 20px 0px 20px; } /* porfile image section */ @@ -51,6 +53,7 @@ body { .card:hover .picture::before { height: 100%; + color: red; } .card .picture::after { @@ -174,4 +177,4 @@ body { cursor: pointer; transition: 0.5s; } - \ No newline at end of file +