骑自行车的CSS风格

时间:2015-11-06 03:02:56

标签: css html5 templates

我可以通过在线资源自行学习HTML和CSS。

我使用Bootstrap创建了这个模板,并使用我的内容将其制作成我自己的模板。我有一个问题,当我在CSS上更改样式时,这些更改在刷新时不会对页面生效。

看起来CSS并没有超过Bootstrap中的一些代码。对风格有效的任何建议或纠正?

    <!DOCTYPE html>
    <html lang="en">
      <head>
       <meta charset="utf-8">
       <meta http-equiv="X-UA-Compatible" content="IE=edge">
       <meta name="viewport" content="width=device-width, initial-scale=1">
       <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
      <link rel="icon" href="../../favicon.ico">

<title>Home Cleaning Services in the SF Bay Area</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">

<nav class="navbar navbar-inverse navbar-fixed-top">
  <div class="container">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
      <a class="navbar-brand" href="#">Sparkling Cleaning SF</a>
    </div>
    <div id="navbar" class="collapse navbar-collapse">
      <ul class="nav navbar-nav">
        <li class="active"><a href="#">Home</a></li>
        <li><a href="#about">About</a></li>
        <li><a href="#about">Services</a></li>
        <li><a href="#about">Estimates</a></li>
        <li><a href="#contact">Contact</a></li>
      </ul>
    </div><!--/.nav-collapse -->
  </div>
</nav>

<div class="jumbotron">
    <div class="container">
        <img class="Cleaning-Logo" src="img/SparklingCleanLogo.jpg">
        <h1>Cleaning Services in the SF Bay Area</h1>
        <p>With a growing economy and a vibrant style of life, the SF Bay area has become home for professionals, families, artists and everyone who wants to be part of this great region.
        Due to this, it’s very difficult to devote time to clean or organize our space where we live or work. 
        Sometimes we say to ourselves we will get to clean up our stubborn room or bathroom, but we don’t get to do it because you don’t have the time or the least thing you would like to do in your free time is to get to the obstinate place.</p>

    </div>

<section>

</section>

<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="bootstrap.js"></script>

0 个答案:

没有答案