std-internal-docs/style.css
2025-07-27 18:39:09 +02:00

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;
}