feat: We Make Porn
This commit is contained in:
parent
9b65f908f7
commit
f39f23f6f0
@ -1,3 +1,4 @@
|
|||||||
|
@media screen and (min-width: 45em) {
|
||||||
.wemakeporn {
|
.wemakeporn {
|
||||||
background-color: #FFD036;
|
background-color: #FFD036;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@ -25,3 +26,33 @@
|
|||||||
font-size: 12em;
|
font-size: 12em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 44em) {
|
||||||
|
.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: 3.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.porn {
|
||||||
|
font-size: 6em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user