Quoted By:
okay /wg/, I need your help
I have basically no experience with CSS (or anything else for that matter). I'm able to kinda find my way around based on logic and I can google if I hit a real roadblock, but beyond that, I have no idea what I'm doing.
in my new tab page, I have this weird border around my background image, but it's the image duplicated, shown by the green arrows. it's all around the image, but these are the spots that bother the shit out of me. here's the relevant part of my CSS, and if you need anything else to help me unfuck this shit, I'd appreciate it.
body, html {
background-image: url(../background.jpg);
background-size: 100% 100%;
height:100%;
width:100%
margin:0;
padding:0;
overflow: hidden;
}