mirror of
https://github.com/fazo96/homework.git
synced 2025-03-21 22:48:39 +01:00
46 lines
402 B
CSS
46 lines
402 B
CSS
.page-header {
|
|
text-align: center;
|
|
}
|
|
|
|
input {
|
|
text-align:center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
#quicknotes {
|
|
max-width: 500px;
|
|
}
|
|
|
|
.delete {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.close {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.edit {
|
|
clear: right;
|
|
float: left;
|
|
}
|
|
|
|
.area {
|
|
resize: none;
|
|
}
|
|
|
|
#newNote {
|
|
max-width: 250px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#mail {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.btn-login {
|
|
width: 100px;
|
|
}
|