1
0

Ongelezen berichten aangeven

This commit is contained in:
JelmerHinssen
2017-04-02 16:21:02 +02:00
parent 9983c63af3
commit d78ad2abf2
5 changed files with 30 additions and 6 deletions

View File

@ -68,3 +68,15 @@ ul.nv {
color: grey;
margin-top: 50px;
}
.circle {
border-radius: 50%;
color: #000000;
text-align: center;
background: #ffffff;
height: 20px;
width: 20px;
display: table-cell;
text-align: center;
border-radius: 50%;
}