Last active
August 29, 2015 14:02
-
-
Save chinghanho/6700f01452d4973bcb41 to your computer and use it in GitHub Desktop.
CSS 練習
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="jumbotron"> | |
<div class="jumbotron-header"> | |
<h1>這是標題</h1> | |
</div> | |
<div class="jumbotron-body"> | |
<p>這裡是內文,上面要有一條線</p> | |
</div> | |
<div class="jumbotron-footer"> | |
<p>這裡是 footer,上面不能有線</p> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="jumbotron-header"> | |
<h1>這是標題</h1> | |
</div> | |
<div class="jumbotron-body"> | |
<p>這裡是內文,上面要有一條線</p> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="jumbotron-header"> | |
<h1>這是標題</h1> | |
</div> | |
<div class="jumbotron-footer"> | |
<p>這裡是 footer,上面要有一條線</p> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="jumbotron-body"> | |
<p>這裡是內文,上面不能有一條線</p> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="jumbotron-header"> | |
<h1>這是標題,下面不能有一條線</h1> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment