diff --git a/css/animations.css b/css/animations.css index 4cdff2f..a95a15c 100644 --- a/css/animations.css +++ b/css/animations.css @@ -8,6 +8,13 @@ transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s; } +.float:hover { + -webkit-animation-play-state: paused; + -moz-animation-play-state: paused; + -o-animation-play-state: paused; + animation-play-state: paused; +} + .slide-top { -webkit-animation: slide-in-top 1s; animation: slide-in-top 1s; diff --git a/css/rules.css b/css/rules.css index 747a8c2..93bfc34 100644 --- a/css/rules.css +++ b/css/rules.css @@ -6,7 +6,8 @@ a:hover { body { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), - url(../res/bg.webp); + url(../res/bg.webp) no-repeat center; + background-size: cover; } /*Text*/ diff --git a/index.html b/index.html index f0a0ed7..f713940 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
-

RedXen Community

+

RedXen Community

The community that empowers gamers