shin-neo-lyrical-tokarev/public/styles/home.css

15 lines
382 B
CSS
Raw Normal View History

2024-10-05 20:50:29 -04:00
body{
margin: 0;
padding: 0;
background-color: black;
color: white;
font-family: "Junicode";
}
header{
background-image: url('/public/images/backgrounds/shinkiheader.png'), url('/public/images/backgrounds/shinkiheader2.png');
height: 217px;
background-repeat: no-repeat, repeat-x;
background-position: 50%, 53%;
image-rendering: pixelated;
}