mirror of
https://github.com/fazo96/homework.git
synced 2025-01-24 14:24:20 +01:00
34 lines
317 B
CSS
34 lines
317 B
CSS
.page-header {
|
|
text-align: center;
|
|
align: center;
|
|
}
|
|
|
|
input {
|
|
text-align:center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
#quicknotes {
|
|
max-width: 500px;
|
|
}
|
|
|
|
.delete {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
#newNote {
|
|
max-width: 250px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#mail {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.btn-login {
|
|
width: 100px;
|
|
}
|