mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
20 lines
347 B
CSS
20 lines
347 B
CSS
@import '/assets/bootstrap/css/bootstrap.min.css';
|
|
@font-face {
|
|
font-family: dsifont;
|
|
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
|
|
}
|
|
body {
|
|
background-image: url('/assets/other/bg.png');
|
|
font-family: dsifont;
|
|
}
|
|
|
|
.content {
|
|
margin: 1%;
|
|
width: 90%;
|
|
padding-left:10%;
|
|
}
|
|
.text {
|
|
background-color: #babbbb;
|
|
padding: 1%;
|
|
}
|