横幅右边距 CSS
On the site: ukrainiansecret.com
I would like to get rid of that green right margin of the banner, and to have it exactly as the left side. Have tried to stretch the banner width but it didn't work out.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的快速而肮脏的方法是将
width:100%;
添加到div.banner_main
,ul#portfolio
,ul#portfolio li
和ul#portfolio li img
- 这将使图像一直延伸到屏幕上。例子:
The quick and dirty way I did it was add a
width:100%;
to thediv.banner_main
,ul#portfolio
,ul#portfolio li
andul#portfolio li img
- that will make the image stretch all the way across the screen.Example: