rezised buttons
This commit is contained in:
parent
bcf4c581a9
commit
b58a8fcb9d
@ -16,7 +16,7 @@ html
|
||||
background-color:#343a40;
|
||||
}
|
||||
#intro {
|
||||
margin-top: 10px;
|
||||
margin-top: 10em;
|
||||
color: #cccccc;
|
||||
text-align: center;
|
||||
}
|
||||
@ -29,26 +29,26 @@ html
|
||||
.login-container {
|
||||
display: grid;
|
||||
color: #cccccc;
|
||||
//- border: solid 7px #cccccc;
|
||||
//- border: solid 7em #cccccc;
|
||||
align-self: center;
|
||||
background: transparent;
|
||||
-webkit-transition: all .5s ease;
|
||||
transition: all .5s ease;
|
||||
outline: none;
|
||||
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 82px 65px 185px 1085px/72px 225px 58px 15px;
|
||||
box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2);
|
||||
border-radius: 82em 65em 185em 1085em/72em 225em 58em 15em;
|
||||
}
|
||||
.btn-login {
|
||||
color: #cccccc;
|
||||
border: solid 7px #cccccc;
|
||||
border: solid 2.2em #cccccc;
|
||||
margin: .5rem;
|
||||
align-self: center;
|
||||
background: transparent;
|
||||
-webkit-transition: all .5s ease;
|
||||
transition: all .5s ease;
|
||||
outline: none;
|
||||
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
|
||||
box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2);
|
||||
border-radius: 255em 15em 225em 15em/15em 225em 15em 255em;
|
||||
}
|
||||
.login-container div a {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user