My CSS Itch.io Template
A downloadable project
This is a simple and visually pleasing template that I made in CSS to use on my Game Pages.
I hope you like it and find it useful for your games.
/*=============CSS Template=============*/
.header {
padding: 25px;
image-rendering: smooth;
text-align: center;
}
.inner_column {
background-color: transparent;
}
.page_widget {
margin-top: 30px;
padding: 5px;
background-color: var(--itchio_bg2_color);
border-radius: 15px;
}
.footer {
color: var(--itchio_bg2_color);
}
