yurei★

yurei★'s profile picture

"sleeping"

i hate going to public places and having to socialize

Last active:

Mood: idk

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/furisashi

yurei★'s Interests

General

jujutsu kaisen, death note, attack on titan, when marnie was there. solo leveling, tokyo revengers, tokyo ghoul, demon slayer, parasite, vinland saga

Music

frank ocean, brent faiyaz, daniel caesar, kendrick lamar, beabadoobee, laufey, wave to earth faye webster, mac demarco, the smiths. the neighbourhood, cigarettes after sex, lana del rey, clairo mitski

Movies

Television

 mickey mouse

Books

i

Heroes

cas

yurei★'s Latest Blog Entries [View Blog]

There are no Blog Entries yet.

yurei★'s Blurbs

About me:

cas

mid

5'7

Who I'd like to meet:

rei

yurei★'s Friends Comments

Displaying 0 of 0 comments ( View all | Add Comment )

/* =============== Layout =============== */ /* https://www.w3schools.com/css/css_grid.asp */ /* https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template */ /* Contains both the left and right panels */ .profile { display: grid; grid-template: "left" "right"; grid-column-gap: 10px; grid-row-gap: 10px; } /* normally the width is 40%, try changing back to see why this doesn't look good */ .profile div.col.w-40 { width: 100%; } /* left column */ .col.w-40 { grid-area: left; display: grid; grid-template: "general-about contact" "header table1 " "url-info table2 " "mood table2 "; grid-column-gap: 10px; grid-row-gap: 10px; } /* Your title/Name */ h1 { grid-area: header; } /* Your picture/online status */ .general-about { grid-area: general-about; } /* Mood/blog/pics */ .mood { grid-area: mood; } /* contact */ .contact { grid-area: contact; } /* spacehey URL */ .url-info { grid-area: url-info; } /* General/Music/etc */ .table-section:first-of-type { grid-area: table1; } /* The other table */ .table-section:last-of-type { grid-area: table2; } /* right column stuff */ /* right */ .col.right { grid-area: right; display: grid; grid-template: "blurbs blog-preview" "blurbs friends" "comments comments" "comments comments"; grid-column-gap: 10px; grid-row-gap: 10px; } /* contains "View Blog" Button */ .blog-preview { grid-area: blog-preview; } /* contains about me */ .blurbs { grid-area: blurbs; } /* Friends pictures grid */ .friends:not(#comments) { grid-area: friends; } /* comments */ #comments { grid-area: comments; } /* clears margins making grid-gaps more uniform " > *" selects all child elements */ .profile > *, .col.w-40 > * .col.right > *, .profile .blurbs, .profile .contact, div.col.w-40.left div.table-section, div.col.w-40.left div.url-info { margin: 0px; } 👇👇 CODE FOR ROUND + SPINNING !!!!! About me text goes here.