13 lines
144 B
CSS
13 lines
144 B
CSS
|
.centered {
|
||
|
text-align: center;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.pd {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.marg{
|
||
|
margin: 2px
|
||
|
}
|