« Web, HTML, Tech Forum

css help with container shapes [closed]

i really hope someone sees this because i am not rlly good with css and i wanted to make a shape similar to the left sidebar on old friv

ive also been trying to do my own research but i cant get this specifically shape, which sucks........ any tips???


Report Topic

1 Reply

Reply by caneandtie

posted

that shape is an image. you have to create a PNG thats shaped like that, upload it somewhere, and then put the following at the top of your code below a <style> tag:

html {
background-image:url(link/to/your/image/);
background-size:cover;
background-repeat:no-repeat;
}


Permalink Report Reply

minesweepooper closed this Forum Topic