oginome

oginome's profile picture

"°☆Let's Share the Fruit of Fate☆°"

FRIEND REQUESTS FROM UNDER 20s AND NO AGE PROFILES = BLOCK

Mood: ‧₊˚ ⋅ ‧₊˚ ⋅ ⋆⁺‧₊☽ (╥﹏╥) ☾₊‧⁺⋆‧₊˚ ⋅ ‧₊˚ ⋅


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/oginome

oginome's Blog Entries

[Subscribe to this Blog]

— 6 Kudos

Locket with picture inside (opens when clicked + held)

Category: Web, HTML, Tech

.locketpicture { margin: auto; background: url('https://thumbs.dreamstime.com/b/three-baby-goats-cuddle-lush-green-meadow-adorable-huddle-together-field-grass-their-fluffy-white-brown-coats-321113248.jpg') no-repeat; /*REPLACE WITH DESIRED PICTURE*/ background-size: 90px 110px; background-position: bottom 117px right 160px; position: relative; width: 350px; height: 350px; } @media (max-width: 600p... » Continue Reading

» View Blog Entry

1 Comment— 2 Kudos

Digivices with Digivolving Digimon (Virtual Pets)

Category: Web, HTML, Tech

/*DIGIVICE*/ .digivice { background: url('https://i.ibb.co/2S2R4fg/digivice.gif'); background-repeat: no-repeat; position: relative; left: 0px; top: 0px; height: 320px; width: 320px; z-index: 0; } /*AGUMON*/ .agumon { background:url('https://i.ibb.co/Q92PKwp/agumon.gif') no-repeat; position: relative; width: 160px; height: 160px; top: 123px; left: 130px; } .agumon:active { background:url('https://... » Continue Reading

» View Blog Entry

1 Comment

Mawaru Penguindrum Inspired Layout (with YouTube autoplay audio player + animated PFP)

Category: Web, HTML, Tech

@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); :root { --logo-blue: transparent; --darker-blue: magenta; --lighter-blue: #212653; --even-lighter-blue: transparent; --lightest-blue: transparent; --dark-orange: magenta; --light-orange: #212653; --even-lighter-orange: transparent; --green: #518cc0; } ::-webkit-scrollbar { width: 10px; } ::-webkit-sc » Continue Reading

» View Blog Entry

2 Comments— 16 Kudos

Winamp-inspired audio player with YouTube source

Category: Web, HTML, Tech

/*There will be a large space underneath the audio player if you choose to add text or any other content below. To solve this, put the content you want in the "contentrelative" div container (see below)*/ .winamprelative { position: relative; height: 2000px; /*Adjust according to preferences. This adjusts size of the audio player container to prevent overlap with other content*/ .contentrelative {... » Continue Reading

» View Blog Entry

3 Comments— 7 Kudos

CRT TV with YouTube video playing code (FIXED VERSION with option to HIDE on mobile)

Category: Web, HTML, Tech

.tv { position: fixed; background: url('https://i.ibb.co/GHn1MsP/tv-ezgif-com-webp-to-png-converter.png') top left no-repeat; background-size: 100% 100%; width: 400px; height: 400px; top: 216px; left: 153.6px; z-index: 2; pointer-events: none; } .iframe { position: fixed; width: 270px; height: 203px; top: 296px; left: 216px; z-index: 0; } .grain { background: url('https://i.gifer.com/origin/3e/3ef... » Continue Reading

» View Blog Entry

2 Comments— 29 Kudos

CRT TV with YouTube video playing code (RELATIVE VERSION with option to ADJUST on mobile)

Category: Web, HTML, Tech

/*If position is set to relative, there will be a large space underneath the TV if you choose to add text. To solve this, put the content you want in the "contentrelative" div container (see below)*/ .tvrelative { position: relative; height: 3000px; /*Adjust according to preferences. This adjusts size of the TV to prevent overlap with other content*/ } .contentrelative { position: relative; bottom... » Continue Reading

» View Blog Entry