Changed design

This commit is contained in:
David Alasow 2018-12-03 20:18:28 +01:00
parent 453cb96ab8
commit 8c9355ffbb
3 changed files with 50 additions and 6 deletions

View file

@ -1,3 +1,31 @@
body {
color: black;
background: #FFF;
color: #333;
}
a {
text-decoration: none;
color: #7331e8;
}
a:visited {
color: #7331e8;
}
a:hover {
color: #a06cfc;
}
#list {
margin: auto;
border-collapse:collapse;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#list tr:nth-child(odd) {
background: #F5F5F5;
}
h1 {
text-align: center;
}