summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0e2bb9d..b89d135 100644
--- a/style.css
+++ b/style.css
@@ -23,10 +23,10 @@ section {
}
main {
display: flex;
+ min-height: 400px;
}
section {
flex: 1;
- position: relative;
}
section > div {
height: 100%;
@@ -34,7 +34,7 @@ section > div {
nav {
display: inline-block;
- background-color: #f1f1f1;
+ /*background-color: #f1f1f1;*/
width: 250px;
}
@@ -73,6 +73,19 @@ nav a:hover:not(.active) {
color: white;
}
+input[type=button] {
+ background-color: #07a2a0;
+ width: 200px;
+ height: 40px;
+ display: block;
+ border:0;
+ color:#fff;
+}
+
+input[type=button]:active {
+ background-color: #079290;
+}
+
#loader {
position: absolute;
left: 0;
@@ -82,7 +95,7 @@ nav a:hover:not(.active) {
display: grid;
text-align: center;
align-content: center;
- background: rgba(0,0,0,0.5);
+ background: rgba(0,0,0,0.05);
}
#loader.hidden {
display: none;