— 21 Comments— 400 KudosPinned
Category: Web, HTML, Tech
.top .left,.top .right{border-bottom:1px solid gray;box-shadow:0 1px 0 #fff}.top *,nav .links a{color:#000!important}.layout-grid a,.top .left::before,label{display:inline-block}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif.woff) format("woff");src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif.... » Continue Reading
» View Blog Entry
— 42 KudosPinned
Category: SpaceHey
body { background-color:white; width:50%; font-family: 'times new roman'!important; } footer, nav *, nav * * * * { display:none; width:0px; height:0px; font-size:0px; background-color:transparent!important; } main { width:100%!important; background-color:transparent; display:inline; } .title { margin-top:20px!important; } .edit-info * * *:not(.author-details .links a:nth-child(2)) { display:none!i... » Continue Reading
» View Blog Entry
— 17 Comments— 201 Kudos
Category: Web, HTML, Tech
:root { --borders: darkred; --whaito: red; --bgs: black; --bgimage:url(https://i.ibb.co/MV7JFPN/red049.jpg) } .linkslist::-webkit-scrollbar { border-left:1px solid var(--borders); } .linkslist::-webkit-scrollbar-track { margin-top:0px!important; border-left:1px solid var(--borders); } .linkslist-container *::-webkit-scrollbar { width:3px; background:var(--bgs); } .linkslist-container *::-webkit-sc... » Continue Reading
» View Blog Entry
— 5 Comments— 68 Kudos
Category: Web, HTML, Tech
.top,button{text-transform:uppercase}.support-right,button{cursor:pointer;color:#fff}.col,nav .links{text-align:center}.support-right:hover,button:hover,nav .links a:hover{border:2px inset #000}.author-details,.col,.edit-info{display:flex}.col,footer,main{padding:0!important}body{font-family:'Ms Pgothic';overflow-y:hidden}#comments,.container{width:100%}.col{flex-direction:column;width:100%!import... » Continue Reading
» View Blog Entry
— 1 Comment— 15 Kudos
Category: Web, HTML, Tech
body { background-color:white; width:50%; font-family: 'times new roman'!important; } footer, nav *, nav * * * * { display:none; width:0px; height:0px; font-size:0px; background-color:transparent!important; } main { width:100%!important; background-color:transparent; display:inline; } .title { margin-top:20px!important; } .edit-info * * *:not(.author-details .links a:nth-child(2)) { display:none!i... » Continue Reading
» View Blog Entry
— 8 Comments— 31 Kudos
Category: Web, HTML, Tech
/* cursor */ @keyframes cursorie { from { cursor: url(https://cdn.discordapp.com/attachments/1044680207333863474/1109633023315542046/frame_0_delay-0.png), auto; } to { cursor: url(https://cdn.discordapp.com/attachments/1044680207333863474/1109633023105843230/frame_1_delay-0.png), auto; } } /* scrollbar */ * { scrollbar-width: auto; scrollbar-color: #000000 #dedede; } *::-webkit-scrollbar { width: ... » Continue Reading
» View Blog Entry