Fully functionnal challenge
This commit is contained in:
20
webroot/css/key.css
Normal file
20
webroot/css/key.css
Normal file
@ -0,0 +1,20 @@
|
||||
body,
|
||||
html {
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.box--inner {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
position: inherit;
|
||||
transform: none;
|
||||
-webkit-transform: none;
|
||||
}
|
@ -189,7 +189,12 @@ body {
|
||||
background: #000
|
||||
}
|
||||
|
||||
#login {
|
||||
#key {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#login,
|
||||
#key {
|
||||
border: none;
|
||||
margin: 20px;
|
||||
padding: 10px 40px;
|
||||
@ -207,10 +212,15 @@ body {
|
||||
background: rgba(219, 14, 21, .2);
|
||||
text-transform: uppercase;
|
||||
transition: .1s;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#login:hover,
|
||||
#login:active {
|
||||
#login:active,
|
||||
#key:hover,
|
||||
#key:active,
|
||||
#key:visited {
|
||||
background: rgba(219, 14, 21, .25);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user