diff --git a/css/global.css b/css/global.css index edc2bf4..5eba4ba 100644 --- a/css/global.css +++ b/css/global.css @@ -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; + +} diff --git a/images/digimon.png b/images/digimon.png new file mode 100644 index 0000000..0ef644d Binary files /dev/null and b/images/digimon.png differ diff --git a/images/dragon.png b/images/dragon.png new file mode 100644 index 0000000..ddc3603 Binary files /dev/null and b/images/dragon.png differ diff --git a/index.html b/index.html index 9af46bf..1af81c4 100644 --- a/index.html +++ b/index.html @@ -346,7 +346,7 @@ - +