Home | All Fwiends | Random | Music | Blog | Search

Jinx_33's Blog

"it's all about being number 2"
Specter
101 years old
Norway
Last Login: 28/06/2021
Contacting Jinx_33
Message
Report
Add
Block
All Blogs (5/10)
22 Jun 2021, 12:42

Music & Anime Characters

my favourite songs are:
lquid smooth - mitski
tag you're it - melanie martinez
Juliet - Cavetown
Decaptacon - Le Tigre
Humpty - mitski
Door - mitski
Choke - I DONT KNOW HOW BUT THEY FOUND ME ¨
Motion Sickness - Phoebe Bridgers
Gallowdance - Lebanon Hanover
Fahrradsattel - Pisse
YKWM? - Yot Club
Je te laisserai des mots - Patric Watson
rises the moon - liana flores
Nocturne Op.9 No.2 in E Flat Major - Chopin

And my favourite anime characters!


Howl Pendragon
-Howls Moving Castle


Fujimoto
-Ponyo


Shin
-Dorohedoro


Doppio Vinegar
-jojo's bizzare adventure (part 5)


Rohan Kishibe
-jojo's bizzare adventure (part 4)


Misa Amane
-Death note


Mima
-Perfect Blue


Grell Sutcliff
-Kuroshitsuji

:) i think that's it, i'll update it if i find any new interesting characters or songs

No comments
31 May 2021, 18:48

about my drawings

my mom says my drawings are scary and creepy and that i should draw more "happy" drawings, what should i do?

No comments
4 Apr 2021, 22:49

Drawings & Stuff

i'll post some of my drawings here and i'll probably do updates maybe everyday but here's the first drawing that i drew today (05.04.2021)


i tried drawing one of my clown/jester oc's and well i think it looks great just not the hands :0

yesterday i painted a mushroom lady with myself and her 2 friends! they are really kind


(sorry for bad quality photo, i'm not good at taking them)

and also a drawing with me, mr. moon he was kinda angry in the painting because someone stole his compass and with my 4 other friends! and i will make this into a painting really soon.


this is sir. "the liar" and down there is his sister "the fool"!

also a happy family of flowers :)


this one too, it think everyone has seen this one before on my page already ;)

5 comments
4 Apr 2021, 09:27

100 fwiends!!!

Thank you sooo!!! much guyss <3 i'm so happy :D and i'm thankful to all the people that added me or helped me with my css

2 comments
3 Apr 2021, 20:19

css ;D

soo i guess i'll write some stuff about css things i know and i'll give credits to people of course soo-

grillbert has amazing layouts like :

or

and 2 more and check out his amazing page for the css!

and if people are wondering how to make cursors there is a website for it called https://www.cursors-4u.com/ it will give you a css code down on the selected cursor :)

and a great start with color and images for layouts the css will be :

body{ background-image: url(image link here) }

body{color: insert color here;}

okay so if you want the gothic theme the link is here https://github.com/sophiezhng/my-space-windows-93-themes/blob/gh-pages/gothicglitch.css (credits to sohpiezhng on github!)-she has also more css layouts so check it out <3

also if ya want a little sticker on your right side of your screen here it is!

.url {
background: url(image url here) no-repeat;
position: fixed;
right: 0;
bottom: 0px;
color: #19e7be;
background-size: 300px;
height: 270px;
width: 270px;
border: none;
box-shadow: none;
filter: drop-shadow(8px 9px 15px #00000044);
z-index: 1000;
font-size: 0px;
opacity: 50;
}

(credits to starcandy, <3 thank youuu)

alsooo how to make your images shake when you put your cursor on them!

img:hover {
/ Start the shake animation and make the animation last for 0.5 seconds /
animation: shake 0.5s;

/ When the animation is finished, start again /
animation-iteration-count: infinite;
}

@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}

(credits to a css website called https://www.w3schools.com/)

also how to make all your images black and white

img {
-webkit-filter: grayscale(100%); / Safari 6.0 - 9.0 /
filter: grayscale(100%);
}

(credit to the same website)

i think this is it i can't think of anything more but just thank to you all people that made those css, and btw i used one of grillberts css so thank you and have a good day guys.

No comments