From 5d5c12112917569a69c874be43a5e0f7a6b43a9e Mon Sep 17 00:00:00 2001 From: seli Date: Sun, 4 Nov 2018 09:11:13 +0100 Subject: [PATCH] Footer fertig --- css/main.css | 70 +++++++++++++++++++++++++++++----------------------- index.html | 34 ++++++++++++++----------- 2 files changed, 59 insertions(+), 45 deletions(-) diff --git a/css/main.css b/css/main.css index 0def42b..5a8acaa 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,6 @@ /* Add a black background color to the top navigation */ .topnav { + padding: 2px 125px; background: linear-gradient(to bottom, lightgrey, white); overflow: hidden; border: 1px solid lightgrey; @@ -31,6 +32,11 @@ border-left: 1px solid lightgrey; } +.icon:hover { + background: linear-gradient(to top, grey, white); + +} + .lastBorder { border-right: 1px solid lightgrey; } @@ -39,33 +45,12 @@ margin: 0 125px; } -/* Style the links inside the navigation bar */ -.topnav a { - - - /*text-align: center; - padding: 14px 16px; - text-decoration: none; - font-size: 17px;*/ -} - -/*!* Change the color of links on hover *! -.topnav a:hover { - background-color: #ddd; - color: black; -} - -!* Add a color to the active/current link *! -.topnav a.active { - background-color: #4CAF50; - color: white; -}*/ h1 { - font-weight: bold; + margin: 20px 0; font-family: 'Roboto', sans-serif; - font-size: 26px; - margin: 10px; + font-size: 30px; + } .text { @@ -74,7 +59,7 @@ h1 { line-height: 145%; font-style: normal; - border: 3px solid grey; + border: 3px solid lightgrey; border-top-color: lightgreen; border-radius: 3px; @@ -87,16 +72,21 @@ h1 { color: lightgreen; } -table#t01 { - width: 100%; - background-color: white; - text-align: left; - margin: 2em; +.table { + font-family: 'Roboto', sans-serif; + margin-bottom: 15px; vertical-align: middle; } +/*table#t01 { + width: 100%; + background-color: deeppink; + text-align: left; + vertical-align: middle; +}*/ + table#t01 tr:nth-child(even) { - background-color: white; + background-color: deeppink; height: 2em; vertical-align: middle; } @@ -133,4 +123,22 @@ th { .Div { display: none; +} + +.footer{ + margin: 0 125px; + border-top: 2px solid lightgreen; + font-family: 'Roboto', sans-serif; + display: flex; + justify-content: space-between; +} +.foo-left { + margin-top: 15px; + margin-bottom: 30px; +} + +.foo-right { + margin-top: 15px; + margin-bottom: 30px; + text-align: right; } \ No newline at end of file diff --git a/index.html b/index.html index b9babc0..89b4009 100644 --- a/index.html +++ b/index.html @@ -24,22 +24,22 @@
  • - A1 - Table + A1 - Table
  • - A2 - Parse + A2 - Parse
  • - A2 - Save + A2 - Save
  • - A2 - Print + A2 - Print
  • - A3 - REST + A3 - REST
  • - A4 - Vis + A4 - Vis
  • @@ -67,19 +67,25 @@
    -
    - +
    +
    + +
    + -