无法在我的代码背后创建好

时间:2017-09-11 20:07:14

标签: web

到目前为止,这是我的代码,基本上我只是想在所有内容后面创建一个好的。它将是一列内容。

<div class="well" id="well">
<h1>Aphex Twin</h1>
<h6><em>The genius behind IDM's greatest tracks</em></h6>
<center><a href><img align="middle" src="http://img.photobucket.com/albums/v669/Baloonda/Webmaster%20stuff/1739519.jpg" width="682.666 height="416"/></a></center>
</div>

我不知道我做错了什么。这都是html。我不确定div是否只是css属性?有没有办法用bootstrap做到这一点?经过几次不同的尝试后,我仍然无法让它发挥作用。这是我最好的猜测。

旁注:我正在使用http://codepen.io也许有一个已知的错误,不允许制作水井?

1 个答案:

答案 0 :(得分:1)

您是否尝试将其放入容器

<div class="container">... </div>

并链接到bootstrap样式表?

  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

如果遇到问题,请尝试在此处查看示例:https://www.w3schools.com/bootstrap/bootstrap_wells.asp