Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
hover animatie
  • Loading branch information
rutgerkock committed Sep 14, 2023
1 parent c097a88 commit 0feb4bb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@ section .test {
}
}


li {
flex-grow:1;
transition: 1s;

}

li:hover {
flex-grow:15;
}

.panelen {

height: 49.7vh;
Expand All @@ -105,6 +94,11 @@ li:hover {

background-color: rgb(255, 255, 255);

transition: 0.3s;
}

.panelen:hover {
width: 40vw;
}

h1, .rutger-h1 {
Expand Down

0 comments on commit 0feb4bb

Please sign in to comment.