浏览代码

add knacks

Kévin Tessier 6 年之前
父节点
当前提交
1716e967ee
共有 3 个文件被更改,包括 2009 次插入14 次删除
  1. 1 1
      index.html
  2. 2008 0
      styles/knacss-unminified.css
  3. 0 13
      styles/reset.css

+ 1 - 1
index.html

@@ -10,8 +10,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 <!-- css -->
+    <link rel="stylesheet" href="styles/knacss-unminified.css">
     <link rel="stylesheet" href="styles/typo.css">
-    <link rel="stylesheet" href="styles/reset.css">
     <link rel="stylesheet" href="styles/style.css">
     <link rel="stylesheet" href="styles/media_queries.css">
 <!-- script -->

文件差异内容过多而无法显示
+ 2008 - 0
styles/knacss-unminified.css


+ 0 - 13
styles/reset.css

@@ -1,13 +0,0 @@
-* {
-    box-sizing: border-box;
-}
-
-img {
-    max-width: 100%;
-    height: auto;
-}
-
-video {
-    width: 100%;
-    height: auto;
-}

部分文件因为文件数量过多而无法显示