- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Bootstrap 为网站创建超大屏幕,但我遇到了超大屏幕无法在小屏幕上正确调整大小的问题。
这是我的代码
HTML
<div class="jumbotron">
<div class="container">
<h1>Welcome to my jumbotron</h1>
<p>Another line of text here</p>
</div>
</div>
CSS
.jumbotron .container h1 {
color: black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.jumbotron .container p {
color: black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.jumbotron {
background-image: url(/Photos/BarnJumbo.jpg);
background-size: 100%;
background-repeat: no-repeat;
height: 500px;
}
背景图片在移动设备上可以正确调整大小,当我缩小浏览器屏幕时,文字和容器不会调整到合适的大小。当我拿走 height:500px;超大屏幕在任何地方都无法正确显示。
有什么帮助吗?
最佳答案
您可以使用媒体查询来更改高度和任何其他需要调整的内容。参见示例。
*更新: 1) 此 CSS 文件 (crosscreekcattle.css
) 需要位于 Bootstrap CSS 文件之后,以便应用来自 Bootstrap 的任何更改(作为一般规则)。
2) 如最初所述(“任何其他需要调整的内容”),您需要在您认为合适的任何断点处更改 Jumbotron 内文本的字体大小。
直接在下面添加/更改 CSS:在全屏模式下查看 Snippet 中的工作示例,然后减小浏览器大小。
.jumbotron {
background: url(http://crosscreekcattlenc.com/Photos/BarnJumbo.jpg) center center;
background-size: cover;
background-repeat: no-repeat;
height: 500px;
}
@media (max-width: 767px) {
.jumbotron {
height: 250px;
}
.jumbotron .container h1 {
font-size: 25px;
}
.jumbotron .container p {
font-size: 16px;
}
}
.navbar .nav {
padding: 5px;
}
.navbar .nav li {
display: inline;
}
.navbar .nav a {
color: black;
padding: 15px;
font-family: 'Trebuchet MS', "sans-serif";
font-size: 15px;
}
.navbar .navbar-brand > img {
object-fit: contain;
max-height: 175%;
height: 175%;
}
.jumbotron .container h1 {
color: black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.jumbotron .container p {
color: black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.jumbotron {
background: url(http://crosscreekcattlenc.com/Photos/BarnJumbo.jpg) center center;
background-size: cover;
background-repeat: no-repeat;
height: 500px;
}
.jumbotron-special {
background-image: url(/Photos/CattleJumboo.jpg);
background-repeat: no-repeat;
height: 500px;
}
.services {
background-color: #D5D5D5;
padding-bottom: 20px;
padding-top: 10px;
}
.services .container p {
padding-bottom: 5px;
}
.about {
padding-bottom: 50px;
}
.contact {
background-color: #D5D5D5;
padding-bottom: 20px;
}
.Flexible-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.information {
padding-bottom: 25px;
}
.sale {
background-color: #D5D5D5;
}
.row-special {
padding-top: 20px;
}
.footer {
background-color: #CBCBCB;
padding-top: 10px;
}
.footer li {
display: inline;
padding-right: 60px;
}
@media (max-width: 767px) {
.jumbotron {
height: 250px;
}
.jumbotron .container h1 {
font-size: 25px;
}
.jumbotron .container p {
font-size: 16px;
}
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="CrossCreekCattle.html">
<img src="http://crosscreekcattlenc.com/Photos/CCCNC.jpg" class="img-responsive">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li><a href="About.html">About</a>
</li>
<li><a href="Cattle.html">Cattle</a>
</li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.facebook.com/CrossCreekCattle" target="_blank">Cross Creek Cattle Facebook</a>
</li>
<li><a href="http://www.redanguscarolinas.com/" target="_blank">Red Angus Assoication of the Carolinas</a>
</li>
<li><a href="http://www.seraa.org/" target="_blank">Southeast Red Angus Association</a>
</li>
<li><a href="http://redangus.org/" target="_blank">Red Angus Assoicaiton of America</a>
</li>
<li><a href="https://www.facebook.com/pages/2-Sisters-FOODS/367845410066719?fref=ts" target="_blank">2 Sisters FOODS</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1>Welcome to Cross Creek Cattle</h1>
<p>One of North Carolina's premier Red Angus Cattle Ranches</p>
</div>
</div>
<div class="services">
<div class="container">
<div class="row">
<div class="col-md-7">
<h2>Who We Are</h2>
<p>Cross Creek Cattle is located in Gold Hill, North Carolina. Started in 1981, it has been our mission to breed some of the best cattle in the Carolinas. With over 17 years of expierence in Red Angus, CCC has excelled in genetic quality that is
evident in all of our cattle and embryos.</p> <a href="Cattle.html">Click here to learn more about what we have to offer.</a>
</div>
<div class="col-md-5">
<div class="thumbnail">
<a href="Cattle.html">
<img src="http://crosscreekcattlenc.com/Photos/CowLink.jpg">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="pictures">
<div class="container">
<div class="row text-center">
<h2>Pictures From Around The Farm</h2>
</div>
<div class="row">
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid1.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid2.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid3.jpg">
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid4.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid5.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid6.jpg">
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid7.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid8.jpg">
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="thumbnail">
<img src="/Photos/Grid9.jpg">
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<ul class="footer">
<li><a href="CrossCreekCattle.html">Home</a>
</li>
<li><a href="About.html">About and Contact</a>
</li>
<li>Web Development by Keith Pringle</li>
</ul>
</div>
</div>
关于html - Bootstrap Jumbotron 不会缩小以适应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33026117/
我有几个系统使用 docker-compose 并且没有问题。 但是,我在这里有一个“向下”根本不做任何事情的地方。 'up'虽然完美。这是在 MacOS 上。 该项目的昵称是“ Storm ”,脚本
解释起来确实很奇怪,所以就这样...... 我正在从 phpmyadmin 获取包含未转义单引号的数据。我正在尝试转换'至'通过使用Content-Type: text/html;在 php
伙计们?在这里需要一些帮助。我使用委托(delegate)协议(protocol)将一些字符串从“第二个 View Controller ”传回给它的前一个。 我的数组附加了我在委托(delegate
我有以下 eval() 东西: c = Customer() eval("c.name = row.value('customer', '{c}')".format(c=column_name), {
我写了这个测试类: @ContextConfiguration(locations = { "classpath:/test/BeanConfig.xml" }) public class Candi
我这样写代码: @ContextConfiguration(locations = { "classpath:/test/BeanConfig.xml" }) @RunWith(SpringJUnit
假设我更改了文件,然后进行 pull 。 Git 会报错,因为本地仓库还没有保存,将被覆盖。如果我然后删除该添加并使文件与以前相同(与远程 repo 相同),那么会发生 pull 吗? 最佳答案 是的
我正在阅读《Java for Dummies》一书,但遇到了问题。我不明白为什么 @Override 不起作用。我确信这与我的代码有关,因为我之前已经获得了一个多态数组来使用覆盖,但它对我来说太简单了
我从我的项目中提取了这段代码,因为我试图找到我犯的一个错误,该错误使我的 BeginStoryboard 无法自行停止。我尽可能地简化了代码,但仍然没有发现问题。你认为它可能是什么?
这个问题在这里已经有了答案: Difference between char[] and char * in C [duplicate] (3 个答案) 关闭 7 年前。 我想我知道自己问题的答案,
我一直在使用 java 的 Scanner 类时遇到问题。我可以让它很好地读取我的输入,但问题是当我想要输出一些东西时。给定多行输入,我想在完全读取所有输入后只打印一行。这是我用来读取输入的代码:
对于这个问题,我已经用最简单的术语表达了这一点。 如果元素被点击,'active'类被添加到元素,'active'类从其他元素中移除。 但是,如果该元素是“事件的”并且它被第二次单击,则“事件”类不应
这会在桌面上创建一个新文件夹,但不会将文件夹 .pfrom 的内容 move 到文件夹 .pTo。 int main() { SHFILEOPSTRUCT sf = {0}; TCHA
我有一个关于多线程调试 DLL (/MDd) 和多线程调试 (/MTd) 设置的问题。它们之间的区别很明显:一个是使用动态库,一个是使用静态库。当我使用/MDd 编译我的程序时,一切都进行得很好。但是
我的问题是,如果我在页面加载时创建一个克隆变量,jQuery 只会 append 它一次。奇怪! Click to copy This is an element! $(document)
所以...我是一个开发 django 应用程序的新手,但是当我尝试通过 virtualbox heroku 运行 heroku run python manage.py syncdb 时,它一直在下面
我在 Spring Boot 初始化时遇到了问题。我在一个简单的 Spring Boot 项目中有这个结构。 com.project.name |----App.java (Annoted with
我在 www.7hermanosmx.com/menu.php 页面上有以下代码 - 一切正常,除了黄色框(类 menuholder)应该每行三个相互 float 。他们坚决拒绝这样做!我知道我做错了
我正在尝试在我正在构建的小型网站上添加一个下拉菜单。出于某种原因,我可以获得我想要向下滑动到 fadeOut() 的 div 并执行其他类似的操作,但我无法将它获取到 slideDown()。我不知道
我有一个不能正确 float 的 div。当您切换可见性时,它会覆盖一些当前文本,但我可以稍后移动它。只是好奇为什么它不能正确 float ! Simple Tabs with CSS &am
我是一名优秀的程序员,十分优秀!