Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Animated profile card/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* center card */

body {
margin: 0;
font-family: tahoma;
Expand All @@ -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 */
Expand Down Expand Up @@ -51,6 +53,7 @@ body {

.card:hover .picture::before {
height: 100%;
color: red;
}

.card .picture::after {
Expand Down Expand Up @@ -174,4 +177,4 @@ body {
cursor: pointer;
transition: 0.5s;
}