daniel

daniel's profile picture

"having fun.."

20yo VENEZUELA eng/esp

Last active:

Mood: full of love


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/danocc

daniel's Blog Entries

[Subscribe to this Blog]

6 Comments— 30 KudosPinned

SpaceHey Layout Tutorial (beginner) #crash course

Category: Web, HTML, Tech

SpaceHey CSS layouting from absolute scratch Hi! I wanted to teach my partner (guy that wasn’t raised by computers unlike me) about CSS since he’s been interested in it for a while, so I’m making an approach on teaching him everything while keeping in mind that he’s (and maybe you too?!) not too tech savvy! I’m teaching him spontaneously, but I’m redoing every little session we have in document fo... » Continue Reading

» View Blog Entry

18 Comments— 283 KudosPinned

a link collection

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

22 Comments— 458 KudosPinned

layouts

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

2 Comments— 10 Kudos

white pony layout

Category: Web, HTML, Tech

>> more layouts < < very old, sort of broken in places. . . ~80% » Continue Reading

» View Blog Entry

3 Comments— 21 Kudos

misa layout

Category: Web, HTML, Tech

My old layout I'm replacing with another one code: https://pastebin.com/Ziz2mn2v Just copy paste .. it is minified though Feel free to edit to personalise.. Since it was initially made very personal ! To unminify just google code unminify  » Continue Reading

» View Blog Entry

5 Comments— 74 Kudos

snippets for layout coding

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— 13 Kudos

NUKO

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

10 Comments— 42 Kudos

how to get an animated cursor on your page

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