Footer fertig
This commit is contained in:
parent
938d70abb9
commit
5d5c121129
2 changed files with 59 additions and 45 deletions
70
css/main.css
70
css/main.css
|
@ -1,5 +1,6 @@
|
||||||
/* Add a black background color to the top navigation */
|
/* Add a black background color to the top navigation */
|
||||||
.topnav {
|
.topnav {
|
||||||
|
padding: 2px 125px;
|
||||||
background: linear-gradient(to bottom, lightgrey, white);
|
background: linear-gradient(to bottom, lightgrey, white);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
|
@ -31,6 +32,11 @@
|
||||||
border-left: 1px solid lightgrey;
|
border-left: 1px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon:hover {
|
||||||
|
background: linear-gradient(to top, grey, white);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.lastBorder {
|
.lastBorder {
|
||||||
border-right: 1px solid lightgrey;
|
border-right: 1px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
@ -39,33 +45,12 @@
|
||||||
margin: 0 125px;
|
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 {
|
h1 {
|
||||||
font-weight: bold;
|
margin: 20px 0;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
font-size: 26px;
|
font-size: 30px;
|
||||||
margin: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
@ -74,7 +59,7 @@ h1 {
|
||||||
line-height: 145%;
|
line-height: 145%;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
border: 3px solid grey;
|
border: 3px solid lightgrey;
|
||||||
border-top-color: lightgreen;
|
border-top-color: lightgreen;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
@ -87,16 +72,21 @@ h1 {
|
||||||
color: lightgreen;
|
color: lightgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#t01 {
|
.table {
|
||||||
width: 100%;
|
font-family: 'Roboto', sans-serif;
|
||||||
background-color: white;
|
margin-bottom: 15px;
|
||||||
text-align: left;
|
|
||||||
margin: 2em;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*table#t01 {
|
||||||
|
width: 100%;
|
||||||
|
background-color: deeppink;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: middle;
|
||||||
|
}*/
|
||||||
|
|
||||||
table#t01 tr:nth-child(even) {
|
table#t01 tr:nth-child(even) {
|
||||||
background-color: white;
|
background-color: deeppink;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -134,3 +124,21 @@ th {
|
||||||
.Div {
|
.Div {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
14
index.html
14
index.html
|
@ -67,19 +67,25 @@
|
||||||
|
|
||||||
<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>
|
||||||
<table id="t01"></table>
|
|
||||||
|
|
||||||
|
<div class="table">
|
||||||
|
<table id="t01"></table>
|
||||||
<script>
|
<script>
|
||||||
// create table
|
// create table
|
||||||
handleFile("resources/world_data_v1.csv")
|
handleFile("resources/world_data_v1.csv")
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer class="footer">
|
||||||
<hr style="border: 1px solid lightgreen">
|
<div class="foo-left">
|
||||||
<p>Copyright © 2018 world_data</p>
|
<p>Copyright © 2018 world_data</p>
|
||||||
<p>First course exercise HTML, CSS and JS of the lecture Web and Multimedia Engineering</p>
|
<p>First course exercise HTML, CSS and JS of the lecture Web and Multimedia Engineering</p>
|
||||||
<p>This solution has been created by: Team 26</p>
|
</div>
|
||||||
|
<div class="foo-right">
|
||||||
|
<p>This solution has been created by: <br> Team 26</p>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue