横幅右边距 CSS

发布于 2024-12-12 05:07:27 字数 149 浏览 0 评论 0原文

在网站上: ukrainiansecret.com

我想去掉横幅的绿色右边缘,并准确地保留它作为左侧。曾尝试拉伸横幅宽度,但没有成功。

谢谢

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很坚强 2024-12-19 05:07:27

我的快速而肮脏的方法是将 width:100%; 添加到 div.banner_main, ul#portfolio, ul#portfolio liul#portfolio li img - 这将使图像一直延伸到屏幕上。

例子:

div.banner_main,
ul#portfolio,
ul#portfolio li,
ul#portfolio li img {
  width:100%;
}

The quick and dirty way I did it was add a width:100%; to the div.banner_main, ul#portfolio, ul#portfolio li and ul#portfolio li img - that will make the image stretch all the way across the screen.

Example:

div.banner_main,
ul#portfolio,
ul#portfolio li,
ul#portfolio li img {
  width:100%;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文