Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
harshgoel0502 authored Feb 7, 2024
1 parent 701930f commit 7db7d2d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions _sass/_jumbotron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,44 @@ canvas#indexScene {
opacity: 0;
}
}

.redir{
position: fixed;
width: 50%;
height: max-content;
max-width: 800px;
border-radius: 10px;
border: 2px solid #A6D0DD;
background-color: #FFF9DE;
opacity: 0.95;
color: #144d5e;
z-index: 20;
text-align: center;
vertical-align: middle;
padding: 60px;
font-size: calc(20px + 0.5vw);
font-family: 'Oswald', sans-serif;
font-weight: bolder;
overflow: scroll;
}
.retrostyle{
opacity: 1;
margin-top: 50px;
border-radius: 10px;
border: 2px solid #A6D0DD;
background-color: #A6D0DD;
padding: 10px;
width: 30%;
min-width: max-content;
font-family: 'Oswald', sans-serif;
cursor: pointer;
text-align: center;
vertical-align: middle;
font-size: calc(20px + 0.5vw);
}
.retrostyle:hover{
background-color: transparent;
}
.fade-in {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
Expand Down

0 comments on commit 7db7d2d

Please sign in to comment.