Add centre and clickable classes
This commit is contained in:
parent
c543f4f717
commit
c096229710
1 changed files with 8 additions and 0 deletions
|
|
@ -2,3 +2,11 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.centre {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue