gpt4 book ai didi

css - 带尾部的推拉门

转载 作者:行者123 更新时间:2023-11-28 19:10:11 24 4
gpt4 key购买 nike

我有一个 <H2>具有圆 Angular 的背景。我正在寻找一种创建 1px 的方法从盒子移动到右侧容器末端的线。有人有想法吗?

最佳答案

好吧,我终于放弃了,在我的 h2 中插入了一些 div。 :(

CSS

#content h2 {    background: url(../images/bg-page-title.png) -900px 0px no-repeat;    font: 1.4em Georgia, Times, Arial bold;    height: 40px;    margin: 0px 20px;    text-transform: uppercase;}#content h2 .head {    background: url(../images/bg-page-title.png) no-repeat;    float: left;    padding: 8px 20px;    height: 100%;}#content h2 .tail {    background: url(../images/bg-page-title.png) -857px 0px no-repeat #ffffff;    float: left;    height: 100%;    width: 15px;}

HTML

<h2>    <div class="head">Find A Job</div>    <div class="tail">& nbsp;</div></h2>

关于css - 带尾部的推拉门,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/429325/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com