<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
body{
margin:0;
padding:0;
font-family:"arial",heletica,sans-serif;
font-size:12px;
background: #2980b9 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/173252/black_static_bg3.png') repeat 0 0;
-webkit-animation: 30s linear 0s normal none infinite animate;
-moz-animation: 30s linear 0s normal none infinite animate;
-ms-animation: 30s linear 0s normal none infinite animate;
-o-animation: 30s linear 0s normal none infinite animate;
animation: 30s linear 0s normal none infinite animate;
}
@-webkit-keyframes animate {
from {background-position:0 0;}
to {background-position: 500px 0;}
}
@-moz-keyframes animate {
from {background-position:0 0;}
to {background-position: 500px 0;}
}
@-ms-keyframes animate {
from {background-position:0 0;}
to {background-position: 500px 0;}
}
@-o-keyframes animate {
from {background-position:0 0;}
to {background-position: 500px 0;}
}
@keyframes animate {
from {background-position:0 0;}
to {background-position: 500px 0;}
}