0
0
Fork 0

Add centre and clickable classes

This commit is contained in:
Oliver-Akins 2020-12-08 14:31:28 -07:00
parent c543f4f717
commit c096229710

View file

@ -2,3 +2,11 @@
width: 100%;
height: 100%;
}
.clickable {
cursor: pointer;
}
.centre {
text-align: center;
}