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;
|
||||
|
||||
}
|
||||
|
|
|
|||
BIN
images/digimon.png
Normal file
BIN
images/digimon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
images/dragon.png
Normal file
BIN
images/dragon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 376 KiB |
|
|
@ -346,7 +346,7 @@
|
|||
</nav>
|
||||
</aside>
|
||||
|
||||
|
||||
<div class="decor left_banner"></div>
|
||||
|
||||
<!-- Right Aside -->
|
||||
<aside id="rightSiteContent">
|
||||
|
|
@ -386,6 +386,7 @@
|
|||
title="Poster 3"
|
||||
/>
|
||||
</a> </div>
|
||||
<div class="decor right_banner"></div>
|
||||
</aside>
|
||||
|
||||
<!-- Main Page -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue