Comments on [F2U] wormy All Comments

Hello! I have basic general HTML knowledge and I was wondering how you'd recommend editing the code to remove the relationship box but still have the worm's body completed? I don't need the lil character relation boxes and I know it will be more complex than just deleting that part because of the nature of this code.

hi! i don't know how much you know, so here's a basic overview (if you need more help lmk and i'll get back to you next time im on my laptop lol):

the wormy is made out of sections of two different basic types, the horizontal and the vertical ones. the vertical ones are just purple boxes. and the horizontal ones... are also just purple boxes! the difference is that the horizontal ones use the border-radius property to give it a rounded look.

i'm using a shorthand version of the border-radius property that lets you edit all four corners in a single line-- 0px means no rounding at all, for example. if you change the order of the numbers, opposite corners will be reversed, so the worm will be "flipped"! i recommend trying it on a site like th.circlejourney.net/ so you can see your changes live and play around with it.

the darker purple segment is also just a purple box with rounded corners. i'm on my phone now so checking exactly what change to make isn't convenient, but if you switch a right to a left or some numbers around or something it should switch to the other side, i'm not entirely sure. be sure to check how it looks on different screen sizes (you can do this on circlejourney easily by using the vertical layout & making the code input larger or smaller) to make sure it stays in place right.

like i said, let me know if you need any help with that!

all that being said, it actually has the number of sections it does for a reason: it makes the worm's butt facing the same way as its head. this meant i could just copy-paste the same dark-purple-segment box between them. for some reason, when i tried to make the butt of the worm facing the other direction, i had a harder time getting that segment to stay in place correctly. like i mentioned, it's easier for me to mess around with it on my laptop than on my phone so i can't be more precise right now. sorry about that!

NP! I appreciate you answering. I'll try to fiddle with it myself some more and if I figure it out, I'll give you the code so you can post it as an alternative version

sure! if you can't figure it out lmk and i'll give it a shot :)

I've been trying for a day or so and haven't been able to work it out. Sorry

nothing to apologize for!! ^__^

i'll take a look next time i'm on my laptop

here you go!

i didn't test it super thoroughly lol, so let me know if that doesn't work for you. or you'd like any other changes! :)

1 Replies