blabla
This commit is contained in:
parent
ea2b043706
commit
adc2e69ac4
5 changed files with 20 additions and 7 deletions
18
css/main.css
18
css/main.css
|
@ -29,19 +29,26 @@
|
|||
table#t01 {
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin: 2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table#t01 tr:nth-child(even) {
|
||||
background-color: lightblue;
|
||||
background-color: white;
|
||||
height: 2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table#t01 tr:nth-child(odd) {
|
||||
background-color: white;
|
||||
background-color: lightgrey;
|
||||
height: 2em;
|
||||
|
||||
}
|
||||
|
||||
table#t01 th {
|
||||
padding: 15px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.boxed {
|
||||
|
@ -50,3 +57,8 @@ table#t01 th {
|
|||
box-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: 3px solid lightgrey;
|
||||
}
|
|
@ -98,7 +98,7 @@ input[type="checkbox"] {vertical-align: bottom;}
|
|||
|
||||
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%;}
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
</script>
|
||||
|
||||
<footer>
|
||||
<hr style="border: 1px solid lightgreen">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue