but i dont wanna restart it cause this ook me too long but i also just hate it idk what to do. its a mess rn tho. if u got any ideas for making it look decent please share!!!!!!!!!!!!/nf keeping in mind a dont rlly know how to codeĀ

omfg i think my spacehey is so ugly
1 Kudos
Comments
Displaying 3 of 3 comments ( View all | Add Comment )
SUKO555
im no web designer but i looked at ur profile and heres some things i noticed :D
1. there's two background images overlapping, one is defined in html::before and repeats (its the heart with chains and veins/octopus legs). regarless if the two overlapping bgs is intentional, u shouldnt define the bg in html::before
2. u can make footer have the gif instead of body::after
footer{
width: 100%;
height: 150px;
display: block;
content: "";
background-image: url('https://external-media.spacehey.net/media/sByTSRuCPKfynpt9tB-FXa1nR4VAA2ltNRIVakNdyOoU=/https://i.pinimg.com/originals/b4/8c/6e/b48c6ecc510a63e4d37ee571550ca66b.gif');
background-position: center center;
background-size: cover;
}
you can also add a border to it:
footer{
color: #ff74d4;
width: 100%;
height: 150px;
display: block;
content: "";
background-image: url('https://external-media.spacehey.net/media/sByTSRuCPKfynpt9tB-FXa1nR4VAA2ltNRIVakNdyOoU=/https://i.pinimg.com/originals/b4/8c/6e/b48c6ecc510a63e4d37ee571550ca66b.gif');
background-position: center center;
background-size: cover;
border-style: dashed;
border-width: 2px;
border-color: #ff74d4;
}
3. u can make the main's background only semi-transparent and add a little border to make it pop out more
main{
background-color: rgba(0,0,0,0.7);
border-color: rgba(10,10,10,0.7);
border: 6px;
border-style: dashed;
}
Oh em gee tysm???
by smilleymomo; ; Report
and yeah the overlapping stuuf was intentional
by smilleymomo; ; Report
ywyw ur style is cool
by SUKO555; ; Report
arcadia
the main way i customise my blog if finding a good layout. i reconmend getting a somewhat basic one so then you can later add whatever stuff you want.
ways to customise:
adding pictures to your different sections related to the topic so for example in the music section i have a picture of acid bath bc they are my favourite
adding a banner
having "falling snow" little images or gifs that fall like snow on your page
havinh moving gifs that are on the corners of your page or walking like the purple guy on my profile
using different fonts/many colours
having a loading screen
playing music in the background/youtube embeds
having spotify embeds
gif for your pfp
and for the code specific things like falling snow or a banner just steal someone else's code on the layout pageand then replace picture/gif in the code by uploading the pic on to imgbb.com and then copy the viewer link and paste it where the original picture link was
if you just want a photo in the different about me sections upload again to imgbb but then copy the html link and paste it into the section
my bad if it sounds a bit patronising but hope this helps!
by arcadia; ; Report
i already have most of this stuff tbh, it was like my actual composition of my page i didnt like, but ty for some of the extra stuff!!
by smilleymomo; ; Report
Mark Feliks
it looks like the OG Myspace layout, very nice tbh
tyy!
by smilleymomo; ; Report