10 lines
116 B
CSS
10 lines
116 B
CSS
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.centered {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|