mirror of
https://github.com/namooplol/unknow-dmb.git
synced 2025-05-05 22:04:58 +00:00
14 lines
257 B
CSS
14 lines
257 B
CSS
@font-face {
|
|
font-family: ringbearer;
|
|
src: url('../fonts/ringbearer.ttf');
|
|
}
|
|
|
|
body, html {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
html {
|
|
background: url(../images/BrownWithWignette.jpg) no-repeat center center fixed;
|
|
background-size: cover;
|
|
} |