UserCSS:cheat-sheet
code:style.css
:root {
}
code:style.css
@media only screen and (min-width: 1366px) {
content: "";
background-image: var(--cheat-sheet-image); /* */
/* background-size: 255px 767px; /* */
background-size: 280px 840px; /* */
display: block;
/* width: 255px; /* */
width: 280px; /* */
height: 840px;
position: fixed;
left: 0px;
top: 40px; /* */
/* top: 120px; /* */
/* top: 296px; /* */
}
code:style.css
@media only screen and (min-width: 1366px) {
content: "";
/* background-size: 255px 767px; /* */
background-size: 280px 840px; /* */
display: block;
/* width: 255px; /* */
width: 280px; /* */
height: 840px;
position: fixed;
left: 0px;
top: 40px; /* */
/* top: 120px; /* */
/* top: 296px; /* */
}
}
cheat-sheet