i want 2 make my page look cool and add a background n stuff but idk how :c help!!!!
for starters you can copy this for background:
body {background-image: url("image"); background-size: cover;")}
replace the image with any image url you want, if you just want a plane color tho
body {background:#fff;background:color}
replace color with whatever color you want
I'm just learning all this too so hope that helps!!
for starters you can copy this for background:
body
{background-image: url("image");
background-size: cover;")}
replace the image with any image url you want, if you just want a plane color tho
body
{background:#fff;background:color}
replace color with whatever color you want
I'm just learning all this too so hope that helps!!