2025-06-20 09:48:20 +01:00

8 lines
143 B
CSS

.bluescreen {
background-color: #0077D6;
color: #fff;
padding:40px;
display: flex;
flex-direction: column;
gap: 20px;
}