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