我想弄清楚如何讓我的導航坐在jumobtron的頂部,但仍然受限於有容器類。此外,我的h1和我想讓我的頭部中的h1和p也在容器內,但是我希望jumbotron在頁面寬度方向上是滿的。我沒有任何我自己的風格,這一切都來自引導。Jumbotron和導航
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Me - Web Designer/Developer</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="jumbotron">
<nav class="navbar navbar-default navbar-fixed-top">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<h1>Me</h1><p class="lead">Web Developer</p>
</header>
<div class="container">
<section id="services">
<h2 class="text-center">Services</h2>
<div class="row">
....
這是相當不清楚你是什麼之後。你能把它分解嗎 - 聽起來你有很多事情需要幫助,但沒有一個很好的「問題」陳述,而且你試過的東西沒有什麼。 –