Skip to content

Commit ead8981

Browse files
Update flake.css
1 parent 9fac8cd commit ead8981

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flake.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ span, h2{
7878
background-size: 200%;
7979
transition: 0.3s;
8080
}
81+
.JUMP{
82+
display: inline-flex;
83+
}
84+
.JUMP:hover{
85+
transform: scale(1.3);
86+
color:blue;
87+
}
8188
.shift-grad:hover{
8289
animation: background-pan 3s linear infinite;
8390
/* background-image: linear-gradient(to right, rgb(136, 136, 255),lightblue,rgb(102, 102, 255),rgb(136, 136, 255)); */

0 commit comments

Comments
 (0)