Select Git revision
style_offchain.css
style_offchain.css 2.11 KiB
*,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: verdana;
color: #ffffff;
letter-spacing: 0.5px;
outline: none;
border: none;
text-decoration: none;
}
body{
background-color: #080710;
}
.wrap{
width: 430px;
height: 520px;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}
.wrap .shape{
height: 200px;
width: 200px;
position: absolute;
border-radius: 50%;
}
.shape:first-child{
background: linear-gradient(
#1845ad,
#23a2f6
);
left: -50px;
top: -50px;
}
.shape:last-child{
background: linear-gradient(
to right,
#ff512f,
#f09819
);
right: -30px;
bottom: -50px;
}
form{
height: 800px;
width: 900px;
background-color: rgba(255,255,255,0.13);
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
border-radius: 20px;
backdrop-filter: blur(3px);
border: 2px solid rgba(255,255,255,0.1);
box-shadow: 0 0 40px rgba(8,7,16,0.6);
padding: 40px 25px;
}
h2{
text-align: center;
font-size: 2em;
}
p{
margin: 10px;
text-align: center;
}