<!-- JUST SOME STARTUP HTML CODE WRITTEN BY Blue🐬Coders
<br/>
CLEAR UP AND BEGIN YOURS
================================================ -->
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loading....</title>
</head>
<body>
<!-- spinners -->
<div class="spinner">
<div></div>
<div></div>
</div>
<!-- bouncer -->
<div class="bouncer">
<div></div>
xxxxxxxxxx
/* JUST SOME STARTUP CSS CODE WRITTEN BY Blue🐬Coders
CLEAR UP AND BEGIN YOURS
================================================ */
body {
max-width: 960px;
margin: 200px auto;
display: flex;
justify-content: space-around;
}
.spinner {
height: 100px;
width: 100px;
position: relative;
}
.spinner div {
height: 100%;
width: 100%;
position: absolute;
border: 10px solid transparent;
border-top: 10px solid #ad60f5;
border-radius: 50%;
xxxxxxxxxx