Add footer

This commit is contained in:
hodasemi 2018-10-24 10:27:48 +02:00
parent 111598da09
commit ea2b043706
2 changed files with 7 additions and 4 deletions

View file

@ -29,7 +29,6 @@
table#t01 { table#t01 {
width: 100%; width: 100%;
background-color: white; background-color: white;
border-spacing: 5px;
text-align: center; text-align: center;
} }
@ -38,12 +37,10 @@ table#t01 tr:nth-child(even) {
} }
table#t01 tr:nth-child(odd) { table#t01 tr:nth-child(odd) {
background-color: lightgrey; background-color: white;
} }
table#t01 th { table#t01 th {
color: white;
background-color: lightblue;
padding: 15px; padding: 15px;
} }

View file

@ -37,6 +37,12 @@
<script> <script>
handleFile() handleFile()
</script> </script>
<footer>
<p>Copyright © 2018 world_data</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>
</footer>
</body> </body>
</html> </html>