Hi. My first post so please be patient. I'm trying to set up a background similar to "#12: Converting a Photoshop Mockup: Part Two, Episode One " but each one of the images has a white border. I used a .png file. Is there a css command to remove the borders or did I do something wrong in Corel? Thanks for your help and I'm proud to be a new member!
Hi. My first post so please be patient. I'm trying to set up a background similar to "#12: Converting a Photoshop Mockup: Part Two, Episode One " but each one of the images has a white border. I used a .png file. Is there a css command to remove the borders or did I do something wrong in Corel? Thanks for your help and I'm proud to be a new member!
Hi terry, it's always best to provide a link to the page or test page, or set up a quick testbed in codepen or jsfiddle or similar.
My best guess is that the png has the border as part of the image...
hi,
i agree with wolfcry911 : any link ? or maybe all your png's already have some border...
have you tried in your css file :
img { border: none 0}
?
youn.
Well if it's a background image then img {border: none 0 } will not help with that.