Footer fertig
This commit is contained in:
parent
5d5c121129
commit
f6e192ba76
2 changed files with 29 additions and 3 deletions
25
css/main.css
25
css/main.css
|
@ -68,10 +68,31 @@ h1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1000px) {
|
||||||
|
.text {
|
||||||
|
column-count: 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
.text {
|
||||||
|
column-count: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.text a {
|
.text a {
|
||||||
color: lightgreen;
|
color: lightgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text a:hover {
|
||||||
|
color: darkgreen;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
@ -86,13 +107,13 @@ h1 {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
table#t01 tr:nth-child(even) {
|
table#t01 tr:nth-child(even) {
|
||||||
background-color: deeppink;
|
background-color: lightgray;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#t01 tr:nth-child(odd) {
|
table#t01 tr:nth-child(odd) {
|
||||||
background-color: lightgrey;
|
background-color: white;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,12 @@
|
||||||
|
|
||||||
At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. <a href="index.html">jony_ipsum</a>
|
At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. <a href="index.html">jony_ipsum</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="hideOptions">Show/Hide: </p>
|
||||||
|
<a> birth rate</a>
|
||||||
|
<a> cellphones</a>
|
||||||
|
<a> children / woman</a>
|
||||||
|
<a> electrical usage</a>
|
||||||
|
<a> internet usage</a>
|
||||||
<button href="javascript:/" onClick="div_change('options')">Show Options</button>
|
<button href="javascript:/" onClick="div_change('options')">Show Options</button>
|
||||||
<div id="options" class=Div></div>
|
<div id="options" class=Div></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue