作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试设计这样的 header ,其中标语和背景图像附在所述图片中。我想使用 flex 使其工作,但它不工作。提供宽度会破坏响应能力。我已经创建了一个 jsbin 来展示演示,它就在这里
http://jsbin.com/muguwavosa/edit?html,css,output
源代码
.header {
display: flex;
flex-direction: column;
background-image: url('https://www.rj-investments.co.uk/wp-content/uploads/2018/02/Home-Featured.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
padding: 100px 0;
}
.slogan-wrapper {
background: #fff;
padding: 80px 0 0 40px;
margin-top: 70px;
}
.slogan-text > h1 {
font-size: 3.375rem;
font-weight: 900;
letter-spacing: 5px;
color: #373f48;
}
.slogan-text {
padding: 100px 70px 100px 0;
position: relative;
background: #fff;
z-index: 1;
}
<div class="header">
<div class="slogan-wrapper grid">
<div class="slogan">
<div class="slogan-text">
<h1>Hustle, Loyalty, Respect</h1>
</div>
</div>
</div>
这正是我想要的,它是一个全 Angular 标题
最佳答案
您是否注意到类“span”div 是用 p 标签关闭的?如果你想把宽度放在那里,那就是问题所在。
关于html - 标语和背景图片响应式附加,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50894075/
我想创建一个这样的模式: 我想知道是否最好为 Logo 和口号创建一个容器..我也想知道是否最好为电话图标、phone1、phone2 和 facebook 按钮创建一个容器.. 你能帮帮我吗? 最佳
我是一名优秀的程序员,十分优秀!