Doido
Doido
DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
body {
background-color: black;
}
.central {
width: 30%;
height: 65%;
background-color: #333;
border: 2px solid black;
border-radius: 30px;
position: absolute;
top: 18%;
left: 35%;
transform: (-50%, -50%);
}
.linha1 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 15%;
left: 5%;
transform: (-50%, -50%);
}
.linha2 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 25%;
left: 5%;
transform: (-50%, -50%);
}
.linha3 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 35%;
left: 5%;
transform: (-50%, -50%);
}
.linha4 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 45%;
left: 5%;
transform: (-50%, -50%);
}
.linha5 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 55%;
left: 5%;
transform: (-50%, -50%);
}
.frequencia{
color: white;
position: absolute;
top: 65%;
left: 5%;
transform: (-50%, -50%);
}
.frequencia1 {
border: 2px solid #555;
border-radius: 5px;
position: absolute;
top: 70%;
left: 5%;
transform: (-50%, -50%);
}
.linha7 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 10px;
background-color: #333;
position: absolute;
top: 78%;
left: 5%;
transform: (-50%, -50%);
}
.linha8 {
width: 60%;
height: 6%;
border: 2px solid #555;
border-radius: 20px;
background-color: #333;
position: absolute;
top: 88%;
left: 5%;
transform: (-50%, -50%);
}
.cada {
font-family: Arial, Helvetica, sans-serif;
color: white;
position: absolute;
top: 0%;
left: 33%;
transform: (-50%, -50%);
}
.linha1, .linha2, .linha3, .linha4, .linha5, .linha7, .linha8:hover{
}
::-webkit-input-placeholder{
color: white;
}
::-webkit-input-placeholder:hover{
color: white;
}
input{
color: white;
text-align: center;
}
p{
color: white;
position: absolute;
top: 92%;
left: 38%;
transform: (-50%, -50%);
}
</style>
</head>
<body>
<div class="central" name="central">
<h1 class="cada">CADASTRO</h1>
<select class="frequencia1">
</select>
<p>©TechMind 2024</p>
</div>
</body>
</html>