Files
2026-03-27 19:07:51 +01:00

24 lines
409 B
CSS

body {
margin: 0px;
padding: 0px;
width: 100%;
}
.container {
background-color: #34495E;
height: 3.5rem;
width: 100%;
border-radius: 0px 0px 12px 12px;
border: 2px;
text-align: center;
}
.username {
color: #ffffff;
/*padding-top: 10px;*/
font-size: 1.25rem;
}
.title {
color: #ffffff;
/*padding-top: 10px;*/
font-size: 1.25rem;
text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7);
}