2018-05-17 21:43:34 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
|
|
|
|
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:43:09 +00:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
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
|
|
|
}
|