發表文章

目前顯示的是有「Bootstrap」標籤的文章

【CSS】美化畫面TOOL—Bootstrap前台開發工具包

圖片
Bootstrap前台開發工具包,是一個簡單易上手的工具,對於程式設計師來說是一大福音,透過簡單的設定引用,能輕輕鬆鬆完成一個不錯的畫面,此工具功能強大,有CSS來美化畫面外,也整合了Jquery、JavaScript API 應用(若有需要此相關功能,需引用JS檔案,詳見 官網 ),本篇單純簡單介紹如何使用CSS,更多CSS應用,詳見 官網CSS介紹 。 使用Bootstrap前台開發工具包前,需要引用Bootstrap CSS檔案。 <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> HTML 頁面(參考)︰ <body style="margin-left:30px">   <!--標題 -->  <h1>標題 Hello, world!</h1>   <!--粗體 -->  <strong>粗體 rendered as bold text</strong>  <br/><br/>   <!-- 公司地址個人資訊 Start-->  <address>      <strong>Twitter, Inc.</strong><br>           795 Folsom Ave, Suite 600<br>             San Francisco, CA 94107<br>      <abbr title="Phone">P:</abbr> (123) 456-7890   </address> <address>   <strong>...