Hi internet world
Rainbow loader with html with CSS
Page Title CSS body { background-color:black; } #load{ position:absolute ; top:30%; left:17%; right:17%; } #load1{ border:10px outset red; border-radius:50%; width:220px; height:220px; margin:auto; border-left-color:transparent ; border-bottom-color:transparent ; border-right-color:transparent ; animation:spin 3s linear infinite ; } #load2{ border:10px outset yellow; border-radius:50%; width:190px; height:190px; margin:auto; border-right-color:transparent ; border-left-color:transparent ; border-bottom-color:transparent ; animation:spin 3s linear infinite ; } #load3{ border:10px inset blue; border-radius:50%; width:160px; height:160px; margin:au...
Comments