Update frontend/style.css

This commit is contained in:
Ferko 2026-04-09 07:25:02 +00:00
parent d0fb655503
commit b0f0ef7ee0

View File

@ -10,12 +10,12 @@ body {
padding: 20px;
border-radius: 10px;
width: 400px;
margin: 50px auto; /* vycentrovanie */
margin: 50px auto;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center; /* nadpis na stred */
text-align: center;
}
input {
@ -47,7 +47,7 @@ button {
}
.task span {
text-align: left; /* zarovnanie dolava */
text-align: left;
}
.buttons button {