Spotify.NET/SpotifyAPI.Web.Auth/Resources/auth_assets/main.css
2020-05-15 22:02:54 +02:00

23 lines
306 B
CSS

html,
body {
width : 100%;
height: 100%;
}
body {
color : #f5f6fa;
background-color : #353b48;
width : 100%;
height : 100%;
background-attachment: fixed;
}
main {
text-align: center;
margin-top: 100px;
}
.logo {
margin-bottom: 50px;
}