欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css怎么去掉边缘线_html/css_WEB-ITnose

程序员文章站 2022-05-27 13:49:53
...
有点难看 怎么去掉


回复讨论(解决方案)

#logo        {            width: 900px;            height: 300px;            margin: 0 auto;            background-image: url(images/bg.png);        }

border:0px;

border:0;
或者
border:none;

border:0px;



赞成!

#logo        {            width: 900px;            height: 300px;            margin: 0 auto;            background-image: url(images/bg.png);border:0px;//或者border-style:none ( 	无边框,无论边框宽度设为多大)        }

谢谢各位 是图片问题 fireworks 柔化1像素了

相关标签: css 边缘 去掉