Update frontend/style.css
This commit is contained in:
parent
d0fb655503
commit
b0f0ef7ee0
@ -10,12 +10,12 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: 50px auto; /* vycentrovanie */
|
margin: 50px auto;
|
||||||
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center; /* nadpis na stred */
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@ -47,7 +47,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.task span {
|
.task span {
|
||||||
text-align: left; /* zarovnanie dolava */
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons button {
|
.buttons button {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user