This commit is contained in:
nora 2025-07-27 16:40:29 +02:00
commit 2014bd8ee1
5 changed files with 96 additions and 0 deletions

9
style.css Normal file
View file

@ -0,0 +1,9 @@
._internal-info {
background-color: red;
color: white;
font-weight: 600;
display: flex;
flex-direction: column;
justify-content: center;
}