386-animation
Version:
Page screen loading animation inspired from the DOS 386 terminal.
32 lines (29 loc) • 455 B
CSS
body {
visibility: hidden;
}
#wrap386 {
position: fixed;
right: 0;
bottom: 0;
z-index: 9999999;
width: 100%;
height: 100%;
background: #000084;
}
#bar386 {
float: right;
width: 100%;
height: 20px;
margin-top: -20px;
font-weight: bold;
color: #FAFAFA;
background: #000084;
}
#cursor386 {
position: fixed;
right: 0;
bottom: 0;
z-index: 9999999;
font-weight: bold;
color: #FAFAFA;
}