This commit is contained in:
fruitstaa 2018-10-27 17:06:51 +02:00
parent ea2b043706
commit adc2e69ac4
5 changed files with 20 additions and 7 deletions

View file

@ -29,19 +29,26 @@
table#t01 { table#t01 {
width: 100%; width: 100%;
background-color: white; background-color: white;
text-align: center; text-align: left;
margin: 2em;
vertical-align: middle;
} }
table#t01 tr:nth-child(even) { table#t01 tr:nth-child(even) {
background-color: lightblue; background-color: white;
height: 2em;
vertical-align: middle;
} }
table#t01 tr:nth-child(odd) { table#t01 tr:nth-child(odd) {
background-color: white; background-color: lightgrey;
height: 2em;
} }
table#t01 th { table#t01 th {
padding: 15px; padding: 15px;
background-color: white;
} }
.boxed { .boxed {
@ -50,3 +57,8 @@ table#t01 th {
box-align: center; box-align: center;
text-align: center; text-align: center;
} }
th {
text-align: left;
border-bottom: 3px solid lightgrey;
}

View file

@ -98,7 +98,7 @@ input[type="checkbox"] {vertical-align: bottom;}
select, input, textarea {font: 99% sans-serif;} select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;} table {font-size: inherit; font: 100%; text-align: 'left'}
small {font-size: 85%;} small {font-size: 85%;}

View file

@ -39,6 +39,7 @@
</script> </script>
<footer> <footer>
<hr style="border: 1px solid lightgreen">
<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> <p>This solution has been created by: Team 26</p>