Skip to content

Commit c76e7b7

Browse files
authored
Update style.css
1 parent a4cb29f commit c76e7b7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

style.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
body{
2-
font-family: Arial, sans-serif; margin: 20px;
2+
font-family: Arial, sans-serif; margin: 20px; background-color: #a4a3cb;
33
}
4+
45
.t{
56
padding: 30px;
67
background-color: #f08;
78
text-align: center;
89
font-size: 2.4rem;
10+
border-radius: 20px
911
}
1012

1113
.fl{
@@ -16,14 +18,14 @@ body{
1618
}
1719

1820
.box{
19-
background-color: #f5f5f5;
21+
background-color: #ededed;
2022
color: black;
2123
padding: 20px;
2224
text-align: center;
2325
flex: 1;
2426
border-radius: 15px;
25-
box-shadow: 0 0 8px #00000077;
26-
transition: box-shadow 0.8s;
27+
box-shadow: 0 0 8px #000000;
28+
transition: box-shadow 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
2729
}.box:hover{
28-
box-shadow: 0 0 6px #000000aa;
29-
}
30+
box-shadow: 0 5px 12px #000000bf;
31+
transform: translate(0,-5px);

0 commit comments

Comments
 (0)