GUMBALL's profile picture

Published by

published
updated

Category: SpaceHey

Having trouble with fixing something.

Hi! So I'm not necessarily new to Spacehey, but ever since I joined like 2 years ago, I've been having trouble with the footer and the banner having a white trim at the top of the actual image. I'm sure that it doesn't really matter but it does kind of delete the illusion I'm trying to create with my layout. I've searched so much but I can't find anyone that offers a solution. Do you know how I could fix this? 


E.g.: As you can see in the image, this is my banner. Right at the top there is a white trim. I've tried everything and I feel that it's unfixable.

As you can see, this is my banner. Right at the top there is a white trim. I've tried everything and I feel that it's unfixable.


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

^^friend of grandpa^^

^^friend of grandpa^^'s profile picture

its been a while since ive done any html coding so I probably wont be much help, but this is the code I used for my banner, and I'm not having this problem so maybe you could compare notes.

main:before {
width: auto;
border-style: solid;
border-width: 3px;
border-top-color: gray;
border-bottom-color: white;
border-left-color: gray;
border-right-color: white;
height: 200px;
display: block;
opacity: 90%;
content: "";
background-image: url(https://fromthebalcony.com/wp-content/uploads/2014/01/Juno_bogrsm.jpg);
background-position: center center;
background-size: cover;


Report Comment



Thank you so much^^!! Unfortunately, even with tweaking the code to the best of my ability, it still shows that white trim. I'm thinking of looking to see if any of my other code conflicts with the banner. Still, nevertheless, thank you!

by GUMBALL; ; Report