13 lines
339 B
SCSS
13 lines
339 B
SCSS
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
|
|
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Roboto, sans-serif;
|
|
background: #ffffff url("/assets/background.jpg") no-repeat fixed center;
|
|
}
|