2018-05-17 16:43:34 -05:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
|
|
|
|
2018-05-17 14:58:31 -05:00
|
|
|
body {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
text-align: center;
|
2018-05-17 16:43:09 -05:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2018-05-17 14:58:31 -05:00
|
|
|
}
|
|
|
|
|
2018-05-17 14:10:07 -05:00
|
|
|
#title {
|
2018-05-17 14:03:18 -05:00
|
|
|
text-align: center;
|
|
|
|
padding: 50px;
|
|
|
|
background-color: black;
|
2018-05-17 14:58:31 -05:00
|
|
|
background-image: url("https://icdn1.digitaltrends.com/image/nintendo-switch-review-photos-pdx-580.jpg");
|
2018-05-17 14:18:32 -05:00
|
|
|
color: white;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 0px;
|
|
|
|
top: 0px;
|
2018-05-17 13:50:32 -05:00
|
|
|
}
|