From 86613978c06546af098e96ed9b9496a3dd67ad62 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 2 Oct 2020 19:36:16 +0200 Subject: Work on reservation... --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 7fee13f..7b2b25e 100644 --- a/style.css +++ b/style.css @@ -48,7 +48,7 @@ nav a:hover { /* MAIN STYLING */ main { margin: 1rem auto; - max-width: 750px; + /*max-width: 750px;*/ line-height: 1.6rem; font-size: 1rem; @@ -71,6 +71,13 @@ table { width: 100%; } +thead { + background-color: black; + color: white; + /*color: black;*/ + /*background-color: #ccc;*/ +} + td, th { border: 1px solid #ccc; text-align: left; @@ -82,6 +89,11 @@ tr:nth-child(even) { } /* FORM STYLING */ +form { + max-width: 750px; + margin: 0rem auto; +} + input, select { width: 100%; padding: 12px 10px; -- cgit v1.2.3