Twitter bootstrap 引导未将深色背景渲染为文本

Twitter bootstrap 引导未将深色背景渲染为文本,twitter-bootstrap,Twitter Bootstrap,我对使用Bootstrap还不熟悉,并且尝试了一些基本的功能,但这些功能似乎没有呈现出来。我试图创建一个黑暗和黑暗的背景和文本渲染文本,但它这样做没有黑暗的背景。不 <title>Bootstrap Layouts</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.

我对使用Bootstrap还不熟悉,并且尝试了一些基本的功能,但这些功能似乎没有呈现出来。我试图创建一个黑暗和黑暗的背景和文本渲染文本,但它这样做没有黑暗的背景。不

<title>Bootstrap Layouts</title>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-    theme.min.css">



</head>
 <body>
<div class="container"> 
    <div class="row">
        <h1>Hello World</h1>
    <div class="darkBG clm-sm-6">Test</div>
    <div class="darkerBG clm-sm-6">Test</div>
</div>
</div>


<!-- Latest compiled and minified JavaScript -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js">
</script>
<script src="js/bootstrap.js"></script>enter code here
Bootstrap布局
你好,世界
测验
测验
在这里输入代码

什么是
darkBG
darkrbg
的CSS?此链接模仿您的代码,工作正常。
<title>Bootstrap Layouts</title>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-    theme.min.css">



</head>
 <body>
<div class="container"> 
    <div class="row">
        <h1>Hello World</h1>
    <div class="darkBG clm-sm-6">Test</div>
    <div class="darkerBG clm-sm-6">Test</div>
</div>
</div>


<!-- Latest compiled and minified JavaScript -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js">
</script>
<script src="js/bootstrap.js"></script>enter code here