diff --git a/css/style.css b/css/style.css index 10b7154..f33b3ba 100755 --- a/css/style.css +++ b/css/style.css @@ -283,7 +283,14 @@ hr { body { overflow-x: hidden; - font-size: 18px; } + font-size: 18px; + opacity: 1; + transition: 1s opacity; } + +body.fade-out { + opacity: 0; + transition: none; +} .rotate { -webkit-animation: rotate 10s ease-in-out infinite;