Preview
Source Code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from www.devanswer.com -->
<style>
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
section{
position: relative;
height: 100vh;
width: 100%;
background-image: url('http://www.devanswer.com/img/road-dark.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
section::before{
content: '';
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-image: url('http://www.devanswer.com/img/rain_png.png');
animation: rain 0.19s ease-in infinite;
}
@keyframes rain{
0%{
background-position: 10 0;
}
100%{
background-position: 20% 80%;
}
}
</style>
</head>
<body>
<section>
</section><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Developers Answer</a></div>
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpbh-mt'},{'server':'p3plmcpnl484880'},{'dcenter':'p3'},{'cp_id':'765442'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>