fixed styling
This commit is contained in:
parent
8c9355ffbb
commit
c417deaa01
3 changed files with 22 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
body {
|
||||
background: #FFF;
|
||||
color: #333;
|
||||
margin: 0px;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -8,24 +10,32 @@ a {
|
|||
color: #7331e8;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #7331e8;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #a06cfc;
|
||||
td, th {
|
||||
padding: 15px 5px;
|
||||
}
|
||||
|
||||
#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);
|
||||
width: 100%;
|
||||
/*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;
|
||||
tr {
|
||||
border-bottom: 1px solid rgba(0,0,0,0.12);
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 4.2rem;
|
||||
line-height: 110%;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
#title {
|
||||
background: #42a5f5;
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding-top: 42px;
|
||||
padding-bottom: 25px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue