Spotify.NET/SpotifyAPI.Web.Auth/Resources/default_site/main.css

23 lines
306 B
CSS
Raw Normal View History

2020-05-15 19:06:24 +01:00
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;
}