mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
14 lines
222 B
CSS
14 lines
222 B
CSS
._internal-info {
|
|
background-color: red;
|
|
color: white;
|
|
font-weight: 600;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
gap: 5px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px;
|
|
}
|