Kaynağa Gözat

add css file

MbNextT1me 2 yıl önce
ebeveyn
işleme
fb0aaa13cc
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 3 0
      for_test.css
  2. 1 0
      test.html

+ 3 - 0
for_test.css

@@ -0,0 +1,3 @@
+h1 {
+	color: red;	
+}

+ 1 - 0
test.html

@@ -4,6 +4,7 @@
 	<meta charset="UTF-8">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<link rel="stylesheet" href="./for_test.css">
 	<title>Test</title>
 </head>
 <body>