Weitere Style Anpassungen an Vorgabe (color, font size, box shadow)

This commit is contained in:
seli 2018-11-04 16:34:09 +01:00
parent d2765802f4
commit 77556f7bdb

View file

@ -31,6 +31,9 @@
padding-top: 12px; padding-top: 12px;
/*box-sizing: border-box; kommt bereits über reset.css */ /*box-sizing: border-box; kommt bereits über reset.css */
} }
.topnav a, .footer {
color: #555;
}
.topnav a:hover { .topnav a:hover {
background: lightgrey; background: lightgrey;
@ -88,13 +91,17 @@ h1 {
line-height: 145%; line-height: 145%;
font-style: normal; font-style: normal;
border: 3px solid lightgrey; border: 1px solid lightgrey;
border-top-color: lightgreen; border-top-color: lightgreen;
border-radius: 3px; border-radius: 3px;
column-count: 3; column-count: 3;
padding: 10px; padding: 10px;
box-shadow: 0 2px 3px lightgrey;
margin-bottom: 12px; /* damit control nicht so daran klebt */
} }
@media only screen and (max-width: 1000px) { @media only screen and (max-width: 1000px) {
@ -195,11 +202,12 @@ th {
min-width: 50px; min-width: 50px;
} }
.footer{ .footer {
border-top: 2px solid lightgreen; border-top: 2px solid lightgreen;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
font-size: 12px;
} }
.foo-left { .foo-left {
margin-top: 15px; margin-top: 15px;