Skip to content

Instantly share code, notes, and snippets.

@growvv
Created August 3, 2020 14:44
Show Gist options
  • Save growvv/506055912caa2524246684c1707851e6 to your computer and use it in GitHub Desktop.
Save growvv/506055912caa2524246684c1707851e6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="http://apps.bdimg.com/libs/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.4/js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>我的第一个Bootstrap页面</h1>
</div>
<div class="row">
<div class="col-sm-4">
<p>青春不是年华,而是心境;青春不是桃面、丹唇、柔膝,而是深沉的意志、恢宏的想像、炽热的感情;青春是生命的深泉涌流。</p>
</div>
<div class="col-sm-4">
<p>青春气贯长虹,勇锐盖过弱,进取压倒苟安。如此锐气,二十后生有之,六旬男子则更多见。年岁有加,并非垂老;理想丢弃,方堕暮年。</p>
</div>
<div class="col-sm-4">
<p>岁月悠悠,衰微只及肌肤;热忱抛却,颓唐必致灵魂。忧烦、惶恐、丧失自信,定使心灵扭曲,意气如灰。</p>
</div>
</div>
</div>
</body>
</html>
@growvv
Copy link
Author

growvv commented Aug 3, 2020

Bootstrap练习响应式布局设计

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment