diff --git a/css/style.css b/css/style.css index 7ce6eb8..95fc1e0 100644 --- a/css/style.css +++ b/css/style.css @@ -5,8 +5,7 @@ table { width: 100%; } -th, -td { +th, td { padding: 10px 20px; border: 1px solid #000; } @@ -42,21 +41,29 @@ h1 { } h2 { + text-align: center; font-weight: bold; font-family: 'Arial Black', system-ui } h3 { + text-align: center; font-weight: bold; font-family: 'Arial Black', system-ui } h4 { + text-align: center; font-weight: bold; - font-family: 'Arial Black', system-ui + font-family: 'Arial Black', system-ui; + margin-top: 0; + margin-bottom: 0; + margin-left: 0; + margin-right: 0; } p { + text-align: center; font-weight: bold; font-family: 'Arial', system-ui } @@ -68,24 +75,19 @@ p { font-family: 'Arial', system-ui } -.button { - width: 30%; - height: 30px; +input[type="text"] { + width: 100%; + outline: #1aff00; +} + +input[type="number"] { + width: 100%; + outline: #1aff00; +} + +button { + width: 40%; + height: 40px; font-weight: bold; font-family: 'Arial', system-ui } - -.form_td { - padding-top: 5px; - padding-bottom: 5px; -} - -.label_title { - font-weight: bold; - font-family: 'Arial Black', system-ui -} - -.label_content { - font-weight: normal; - font-family: 'Arial', system-ui -} \ No newline at end of file diff --git a/edit.html b/edit.html index 3c5ad01..ba38e1f 100644 --- a/edit.html +++ b/edit.html @@ -13,72 +13,74 @@