SkirdaElectronLauncher/app/assets/css/styles.css

14 lines
259 B
CSS
Raw Normal View History

2017-04-22 21:20:23 +00:00
@font-face {
font-family: ringbearer;
src: url('../fonts/ringbearer.ttf');
}
body, html {
margin: 0px;
padding: 0px;
}
html {
2017-04-23 00:59:26 +00:00
background: url('../images/BrownWithWignette.jpg') no-repeat center center fixed;
2017-04-22 21:20:23 +00:00
background-size: cover;
}