aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-02 19:36:16 +0200
committerMateja <mail@matejamaric.com>2020-10-02 19:36:16 +0200
commit86613978c06546af098e96ed9b9496a3dd67ad62 (patch)
treea4f1fce8b99146bf9d1f2b267ed28c89a2beadd0 /style.css
parent0d8992a2762d6a2b983d9aa1c2944d6cebef7371 (diff)
downloadold-php-yota-86613978c06546af098e96ed9b9496a3dd67ad62.tar.gz
old-php-yota-86613978c06546af098e96ed9b9496a3dd67ad62.zip
Work on reservation...
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
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;