Update main.css

pull/8/head
SuperDev 3 years ago committed by GitHub
parent e5b557910c
commit c556d00dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,15 +23,15 @@ ul{
ul li{ ul li{
padding-right: .2vh; padding-right: .2vh;
} }
form{ orm{
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
margin-left: -250px;
margin-top: -100px; margin-top: -100px;
margin-left: -250px;
width: 500px; width: 500px;
height: 200px; height: 200px;
border: 2px dashed #353535; border: 4px dashed #fff;
} }
form p{ form p{
width: 100%; width: 100%;
@ -42,6 +42,7 @@ form p{
font-family: Arial; font-family: Arial;
} }
form input{ form input{
position: absolute;
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
@ -50,21 +51,22 @@ form input{
opacity: 0; opacity: 0;
} }
form button{ form button{
margin: 0; margin: 0;
color: #fff; color: #fff;
background: #2d2d2d; background: #16a085;
border: none; border: none;
width: 508px; width: 508px;
height: 35px; height: 35px;
margin-top: 15px; margin-top: -20px;
margin-left: -4px; margin-left: -4px;
border-radius: 4px; border-radius: 4px;
border-bottom: 4px solid #252525; border-bottom: 4px solid #117A60;
transition: all .2s ease; transition: all .2s ease;
outline: none; outline: none;
} }
form button:hover{ form button:hover{
background: #383838; background: #149174;
color: #0C5645;
} }
form button:active{ form button:active{
border:0; border:0;

Loading…
Cancel
Save