Files
rd-music-world/assets/style/style.css
2026-01-11 09:05:38 -04:00

14 lines
252 B
CSS

html, body, .body{
width: 100%;
height: 100%;
margin: 0%;
padding: 0%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #212529;
user-select: none;
}
.center{
display: flex;
align-items: center;
}