sussy commit now theres commin soon on itchio sus sussybaka

This commit is contained in:
2023-03-21 12:03:05 +01:00
parent 136785e5be
commit c7a70fc5fc
3 changed files with 69 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ h1 {
#itchio_badge_link {
padding: 6.6%;
position: relative;
}
#itchio_badge {
@@ -88,6 +89,35 @@ h1 {
margin-bottom: -4px;
}
#rotated_text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* bold font*/
font-weight: bold;
/* center text vertically */
display: flex;
align-items: center;
justify-content: center;
color: #cebf82;
}
#rotated_text p {
margin: 0;
/* rotate text */
transform: rotate(13deg);
text-shadow: 0 0 15px #000
}
footer {
--footer-height: 50px;