Today I though I\'d redesign my website and approach it from a different way. Instead of focusing on typography I though I\'d just add a big image and little text. I simply
If it's a possibility for you, a good workaround that I found is to make the image larger than the containing In your case, because it's the whole This always works for me.overflow: hidden
.
tag, I'd put the image in a
position: fixed;
top: 0;
left: 0;
transform: scale(1.02); # or whatever scale amount removes the border