transgender.pet/css/index.css

18 lines
207 B
CSS
Raw Permalink Normal View History

2023-11-14 18:31:23 +08:00
body {
background: #151515;
color: #e8e3e3;
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
2024-07-23 14:21:41 +08:00
.cat img {
2023-11-14 18:31:23 +08:00
width: 256px;
margin: 12px;
}