New BG color, fixed start anim, and gave card rain different colors
This commit is contained in:
parent
c5bd1abc74
commit
de776c563c
4 changed files with 17 additions and 3 deletions
|
@ -55,7 +55,7 @@ body {
|
|||
overflow-x: hidden;
|
||||
|
||||
background-color: rgb(15, 4, 45);
|
||||
background: linear-gradient(rgb(35, 4, 75), black);
|
||||
background: linear-gradient(rgb(65, 4, 85), black);
|
||||
|
||||
background-attachment: local;
|
||||
|
||||
|
|
|
@ -135,6 +135,20 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
body {
|
||||
animation: heightIncrease 3s;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
@keyframes heightIncrease {
|
||||
0% {
|
||||
overflow: hidden;
|
||||
min-height: 200vh;
|
||||
}
|
||||
100% {
|
||||
min-height: 300vh;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes mainText {
|
||||
0% {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue