猫头鹰Carousel theme.default.min.css文件未与网站链接

时间:2018-03-11 19:53:14

标签: jquery html css

猫头鹰旋转木马有效,但是theme.css没有连接。我知道应该是什么,写得正确。有关为什么theme.css没有工作/出现的猜测?

<head>
   <link rel="stylesheet" href="css/owl/owl.carousel.min.css">
   <link rel="stylesheet" href="css/owl/owl.theme.default.min.css">

   <link rel="stylesheet" href="css/foundation.css">
   <link rel="stylesheet" href="css/app.css">
</head>

<div class="owl-carousel">
     <div class="img">
          <h1>Paul Elliman</h1>
          <h2>Sing a Song For Someone</h2>
          <a href="#">More Info</a>
     </div>
     <div class="img2">
          <h1>Arlene Shechet</h1>
          <h2>The Ceramic Presence in Modern Art</h2>
          <a href="#">More Info</a>
     </div>
     <div class="img3">
           <h1>Jalal Toufic</h1>
           <h2>An Artist Talk</h2>
           <a href="#">More Info</a>
           </div>
</div>

<script src="js/owl.carousel.min.js"></script>

0 个答案:

没有答案