Weitere Style Anpassungen an Vorgabe (color, font size, box shadow)
This commit is contained in:
parent
d2765802f4
commit
77556f7bdb
1 changed files with 10 additions and 2 deletions
10
css/main.css
10
css/main.css
|
@ -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) {
|
||||||
|
@ -200,6 +207,7 @@ th {
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue