pedf
/
oli
Archived
2
0
Fork 0

Odstranění výchozích stylů u tlačítka

master
MB 4 years ago
parent cdae90b262
commit ed919b9549

@ -103,3 +103,6 @@ article: nth-child(1)::before {
article:nth-child(1) h2 { margin-right: auto; text-align: right; }
article:nth-child(2) h2 { margin-left: auto; }
}
/* Odstraneni stylu u tlacitka */
input, button, submit { border:none; }