You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
619 B
33 lines
619 B
body{
|
|
color: white;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
background: linear-gradient(to right, #83a4d4, #b6fbff);
|
|
}
|
|
span{
|
|
color: red;
|
|
}
|
|
.wrapper{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform:translate(-50%, -50%);
|
|
padding: 15px;
|
|
width: 50%;
|
|
background: black;
|
|
border-radius: 5px;
|
|
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
|
|
}
|
|
input{
|
|
outline: none;
|
|
border: none;
|
|
padding: 5px;
|
|
}
|
|
button{
|
|
color: white;
|
|
padding: 10px;
|
|
border: 2px solid white;
|
|
background: black;
|
|
display: block;
|
|
margin-top: 10%;
|
|
cursor: pointer;
|
|
} |