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

38 lines
655 B
CSS
Raw Normal View History

2024-10-05 20:50:29 -04:00
body{
margin: 0;
padding: 0;
background-color: black;
2024-10-07 18:52:51 -04:00
color: #20d6c7;
2024-10-05 20:50:29 -04:00
font-family: "Junicode";
2024-10-07 18:52:51 -04:00
image-rendering: pixelated;
}
p{
color: white
2024-10-05 20:50:29 -04:00
}
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%;
2024-10-07 18:52:51 -04:00
}
#cc{
border: 1px solid white;
image-rendering: auto;
}
#kiki_portrait{
width: 136px;
height: auto;
}
hr{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #20d6c7;
margin: 1em 0;
padding: 0;
2024-10-05 20:50:29 -04:00
}