feat: We Make Porn

This commit is contained in:
mco-system
2023-04-11 21:23:27 +11:00
parent e087eb3de6
commit 9b65f908f7
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
.wemakeporn {
background-color: #FFD036;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
border-radius: 1em;
border-width: 1em;
border-style: solid;
display: flex;
flex-direction: column;
padding: 0.5em;
transform: rotate(-20deg) translate(2em, -6em);
visibility: hidden;
position: fixed;
}
.wemakeporn:hover{
cursor: default;
}
.wemake {
font-size: 7em;
font-weight: bold;
}
.porn {
font-size: 12em;
font-weight: bold;
}