bounce css

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2025-05-19 15:56:42 +02:00
parent edec03d225
commit cead4a01e5
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81

View File

@ -15,18 +15,16 @@ h1 {
}
h4 {
white-space: nowrap;
overflow: hidden;
position: relative;
border-left: 1px solid #419de6;
border-right: 1px solid #419de6;
transition: 0.2s;
width: 75%;
transition: 0.3s;
width: 85%;
font-size: x-large;
}
h4:hover {
width: 90%;
width: 95%;
}
.bounce {