<div id="bg"></div>
<div id="logo"><img src="https://swag.ee/nfg/4657e5688a55402d.svg" alt=""></div>
body,
html {
padding: 0;
margin: 0;
background-color: #326e32;
}
#bg {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
background-image: url('https://swag.ee/nfg/4657e5688a55402d.svg');
background-size: 126px 126px;
height: 100vh;
width: 100vw;
animation: 90s scroll infinite linear;
opacity: 0.1;
}
#logo {
filter: invert(1);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@-webkit-keyframes scroll {
100% {
background-position: -3000px 0px;
}
}
@-moz-keyframes scroll {
100% {
background-position: -3000px 0px;
}
}
@-o-keyframes scroll {
100% {
background-position: -3000px 0px;
}
}
@-ms-keyframes scroll {
100% {
background-position: -3000px 0px;
}
}
@keyframes scroll {
100% {
background-position: -3000px 0px;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.