1
0

Daniel's werk

This commit is contained in:
2017-03-31 09:32:35 +02:00
parent dea9ff308f
commit f3bcc012e1
2 changed files with 10 additions and 8 deletions

View File

@ -42,13 +42,17 @@ ul.nv {
color: white;
}
/** Index **/
.clickable {
cursor: pointer;
}
.clickable:hover {
background: #0094ff;
}
/** Footer **/
.footer {
color: grey;
margin-top: 50px;
}
/** Table Row **/
.clickable {
cursor: pointer;
}