chore: fixes
This commit is contained in:
parent
c44cc85df0
commit
5f62165d95
4 changed files with 37 additions and 1 deletions
|
|
@ -815,3 +815,38 @@ a:hover {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.left_banner {
|
||||
position:fixed;
|
||||
top: 250px;
|
||||
left: 40px;
|
||||
width: 383px;
|
||||
height: 626px;
|
||||
background-image: url("https://www.veltron.net/images/dragon.png");
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
animation: float 6s ease-in-out infinite;
|
||||
z-index: 94;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.right_banner {
|
||||
position:fixed;
|
||||
top: 150px;
|
||||
right: 40px;
|
||||
width: 383px;
|
||||
height: 626px;
|
||||
background-image: url("https://www.veltron.net/images/digimon.png");
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
animation: float 6s ease-in-out infinite;
|
||||
z-index: 94;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue