sussy commit now theres commin soon on itchio sus sussybaka
This commit is contained in:
30
style.css
30
style.css
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user