mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-03-20 16:22:23 +00:00
21 lines
446 B
CSS
21 lines
446 B
CSS
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
|
|
|
body {
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
text-align: center;
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
#title {
|
|
text-align: center;
|
|
padding: 50px;
|
|
background-color: black;
|
|
background-image: url("https://icdn1.digitaltrends.com/image/nintendo-switch-review-photos-pdx-580.jpg");
|
|
color: white;
|
|
width: 100%;
|
|
margin-top: 0px;
|
|
top: 0px;
|
|
}
|