bounce css
Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
parent
edec03d225
commit
cead4a01e5
@ -15,18 +15,16 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
|
||||||
border-left: 1px solid #419de6;
|
border-left: 1px solid #419de6;
|
||||||
border-right: 1px solid #419de6;
|
border-right: 1px solid #419de6;
|
||||||
transition: 0.2s;
|
transition: 0.3s;
|
||||||
width: 75%;
|
width: 85%;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4:hover {
|
h4:hover {
|
||||||
width: 90%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bounce {
|
.bounce {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user