<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.tech-recognition-scan {
position:absolute;
z-index:7;
top:0;
left:0;
width:655px;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr="transparent",endColorStr="#3e88f1",gradientType="0");
border-bottom:3px solid #3e88f1;
animation:scan 1.2s infinite;
background:linear-gradient(180deg,transparent,#3e88f1)
}
@keyframes scan {
0% {
height:0
}
to {
opacity:0;
height:415px
}
}
</style>
</head>
<body>
<div class="tech-recognition-scan"></div>
</body>
</html>