bootstrap1.1

<!DOCTYPE html>
  <html>
  <head>
  <meta charset="utf-8" />
  <title></title>
  <link rel="stylesheet" href="css/bootstrap.css" />  //导包
  </head>
  <body>
  <h1>HELLO</h1>
  <p class =" text-muted "> 235 </p> <!--light gray #999 Hint-->
  <p class =" text-primary "> 456 </p> <!--blue #428bca success-->
  <p class =" text-success "> 789 </p> <!--Light green notification information-->
  <p class="text-warning">910</p> <!--黄色 警告-->
  <p class =" text-danger "> 110 </p> <!--brown danger-->
   
  <span class =" h1 text-warning "> I am inline </span> <!--inherit inherits [back]-->
  </body>
  </html>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325907526&siteId=291194637