web-cfw-loader/style.css

19 lines
362 B
CSS
Raw Normal View History

2018-05-17 19:58:31 +00:00
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
2018-05-17 21:32:46 +00:00
font-family: "Sans";
2018-05-17 19:58:31 +00:00
}
2018-05-17 19:10:07 +00:00
#title {
2018-05-17 19:03:18 +00:00
text-align: center;
padding: 50px;
background-color: black;
2018-05-17 19:58:31 +00:00
background-image: url("https://icdn1.digitaltrends.com/image/nintendo-switch-review-photos-pdx-580.jpg");
2018-05-17 19:18:32 +00:00
color: white;
width: 100%;
margin-top: 0px;
top: 0px;
2018-05-17 18:50:32 +00:00
}