Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
collinskoech11 committed Sep 18, 2020
1 parent ccbb787 commit 7f60de1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ body{
}
.stat .tab{
position:absolute;
top:60vh;
top:75vh;
right:10%;
}
@media screen and (max-width:800px){
.stat .tab{
top:60vh;
}
}
.stat .tab button{
border:none;
color: #fff;
Expand All @@ -51,14 +56,14 @@ body{
background-color: rgb(255, 255,255,0.3);
}
.move{
animation: fadeOut 3s;
opacity:0;
margin-left:-1000px;
z-index: -3;
transition: 2s;
}
.move h1{
transform: rotate(360deg);
color:red;
transition:1s;
}
.move button{
transform: rotate(360deg);
Expand Down

0 comments on commit 7f60de1

Please sign in to comment.