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