31 lines
436 B
SCSS
31 lines
436 B
SCSS
body {
|
|
background-color: black;
|
|
color: white;
|
|
background-image: url("/assets/images/NSW2-BG.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.logo {
|
|
width: 85%;
|
|
height: 20%;
|
|
}
|
|
.subtext {
|
|
width: 90%;
|
|
height: 10%;
|
|
padding-bottom: 50px;
|
|
padding-top: 10px;
|
|
}
|
|
.webdate {
|
|
width: 80%;
|
|
height: 20%;
|
|
}
|
|
.note {
|
|
width: 80%;
|
|
height: 20%;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|