我正在爲我的高中機器人團隊製作一個網站,而我對html和css完全陌生。爲什麼其中的一個欄目(melanie aguilar欄目)的功能不如其他欄目?引導程序中的一列如何不能正常工作?
網站 - robotichive3774.com
<!DOCTYPE html>
<html>
<head>
<title>Robotics Team 3774 Home</title>
<!-- Link to stylesheet -->
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/index1.css">
<!-- Mobile Scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-------------------- UNIFORM CODE ------------------------->
<!-- Navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/Home">Team 3774</a>
</div>
<div class="navbar-collapse collapse" style="height: 0.866667px;">
<ul class="nav navbar-nav">
<li><a href="/Team Bio">Team Bio</a></li>
<li><a href="/Our Robot">Our Robot</a></li>
<li><a href="/Our Coach">Our Coach</a></li>
<li><a href="/Gallery">Gallery</a></li>
<li><a href="/Outreach">Outreach</a></li>
<li><a href="/Youtube">Youtube</a></li>
</ul>
</div>
</div>
</div>
<!-- Banner -->
<div id="top-jumbotron" class="jumbotron">
<img src="/Images/Banner.png" class="img-responsive" alt="Responsive image">
</div>
<!----------------------------------------------------------->
<div class="jumbotron">
<h1>Team 3774 Member Bio</h1>
<p>Here you can find links to every member with some information on each of them.</p>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="bubble">
<h2>Abanoub Boules</h2>
<p>Team Captain, Engineer, Coder</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Andre Bernardo</h2>
<p>Head Engineer, Assistant Captain</p>
<a href="/Team Bio/Andre.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Leo Scarano</h2>
<p>Head Coder, Head Web-master</p>
<a href="/Team Bio/Leo.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Kristen Kaldas</h2>
<p>Coder, Head Documenter</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Anish Patel</h2>
<p>Engineer, Head 3D Modelling</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Andrew Wojtkowski</h2>
<p>Coder, Web-master, Engineer</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Furhan Ashraf</h2>
<p>Financial Advisor, Engineer</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Kenneth Rebbecke</h2>
<p>Engineer, Documenter</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="bubble">
<h2>Mina Hanna</h2>
<p>Engineer, Coder</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
<div class="col-md-4">
<div class="bubble" id="special">
<h2>Melanie Aguilar</h2>
<p>Secretary, Mascot</p>
<a href="/Team Bio/Abanoub.html" type="button" class="btn btn-default">Read More</a>
</div>
</div>
</div>
</div>
</body>
</html>
#top-jumbotron
{
padding-left:0;
padding-right:0;
padding-bottom:0;
margin-bottom: 0;
}
body
{
background-color: #E8E8E8;
}
.bubble
{
background-color: #ffffff;
padding: 20px;
width: 95%;
height: 175px;
border-radius: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
#special
{
float: left;
}
Page http://www.robotichive3774.com/Team%20Bio/ – 2014-11-01 20:09:59