🐱😒💋
This commit is contained in:
@@ -1,26 +1,3 @@
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
color: #222;
|
||||
text-shadow: -1px -1px #444;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.col1 {
|
||||
grid-column: 1/1;
|
||||
grid-row: 1/1;
|
||||
}
|
||||
.col2 {
|
||||
grid-column: 2/2;
|
||||
grid-row: 1/1;
|
||||
}
|
||||
.col3 {
|
||||
grid-column: 3/3;
|
||||
grid-row: 1/1;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -89,29 +66,6 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
.login {
|
||||
color: #ccc;
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
|
||||
label {
|
||||
input {
|
||||
margin-left: 2ch;
|
||||
}
|
||||
}
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 70vmin;
|
||||
height: 70vmin;
|
||||
margin: auto;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.todo {
|
||||
color: #111a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user