Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
totaro committed Jan 22, 2024
1 parent 1e28e7c commit b9f0789
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,6 @@
width:15rem;
background: tomato;
border-radius: 10px;
/* transition: 0.3s; */

animation: 2s linear infinite animateborder;
}

Expand All @@ -1125,9 +1123,6 @@

.animated_box2{
overflow: hidden;
/* transition: all .4s ease; */
transition: animation 2s ease;

}

.animated_box2::before{
Expand All @@ -1136,6 +1131,7 @@
height: 60%;
width:140%;
display: none;
transition: animation 2s ease;
}

.animated_box2:hover::before{
Expand All @@ -1151,6 +1147,7 @@
position: absolute;
content: '';
inset:3px;
transition: inset 2s;
border-radius: 10px;
background: #243063;
}
Expand Down

0 comments on commit b9f0789

Please sign in to comment.