MinsoftK

rewrite directory for applying CSS,Image files

...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 <p>This is chating application which chats with your frineds, coworkers and anyone do you want <br> 27 <p>This is chating application which chats with your frineds, coworkers and anyone do you want <br>
28 so enjoy it out sevice. 28 so enjoy it out sevice.
29 </p> 29 </p>
30 - <h2><a href=whatiskhuchat.html title="what is KHU chat"> 30 + <h2><a href=service/whatiskhuchat.html title="what is KHU chat">
31 1.What is KHU chat ?</a></h2> 31 1.What is KHU chat ?</a></h2>
32 <p> 32 <p>
33 KHU chat service는 무엇인가요? 33 KHU chat service는 무엇인가요?
......
...@@ -3,20 +3,20 @@ ...@@ -3,20 +3,20 @@
3 <head> 3 <head>
4 <title>KHU KHU Chat</title> 4 <title>KHU KHU Chat</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 -<link rel="stylesheet" href="style.css"> 6 +<link rel="stylesheet" href="../style/style.css">
7 </head> 7 </head>
8 <body> 8 <body>
9 9
10 - <h1><a href="main.html" color:black>KHU Chatting service</a></h1> 10 + <h1><a href="../main.html" color:black>KHU Chatting service</a></h1>
11 - <img src="image/main2.jpg" class="image"> 11 + <img src="../image/main2.jpg" class="image">
12 <div id="grid"> 12 <div id="grid">
13 <div id="category"> 13 <div id="category">
14 <ol> 14 <ol>
15 <li><a href="whatiskhuchat.html" class="saw">What is KHU chat? </a></li> 15 <li><a href="whatiskhuchat.html" class="saw">What is KHU chat? </a></li>
16 - <li><a href="loginmain.html" class="saw">로그인</a></li> 16 + <li><a href="../loginmain.html" class="saw">로그인</a></li>
17 - <li><a href="signinmain.html" class="saw">회원가입</a></li> 17 + <li><a href="../signinmain.html" class="saw">회원가입</a></li>
18 - <li><a href="signinmain.html" class="saw">문의사항</a></li> 18 + <li><a href="../signinmain.html" class="saw">문의사항</a></li>
19 - <li><a href="afterlogin.html" class="saw">로그인이후</a></li> 19 + <li><a href="../afterlogin.html" class="saw">로그인이후</a></li>
20 </ol> 20 </ol>
21 </div> 21 </div>
22 <div id="article"> 22 <div id="article">
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 } 17 }
18 ol 18 ol
19 { 19 {
20 - border-right:1px solid gray; 20 +
21 width:150px; 21 width:150px;
22 margin:50px; 22 margin:50px;
23 padding:20px; 23 padding:20px;
...@@ -62,7 +62,8 @@ ...@@ -62,7 +62,8 @@
62 { 62 {
63 padding-top: 10px; 63 padding-top: 10px;
64 padding-bottom: 10px; 64 padding-bottom: 10px;
65 - padding-left: 20px; 65 + padding-left: 130px;
66 + border-left:1px solid gray;
66 /*grid안에 #article */ 67 /*grid안에 #article */
67 } 68 }
68 69
...@@ -109,7 +110,7 @@ ...@@ -109,7 +110,7 @@
109 padding-top: 10px; 110 padding-top: 10px;
110 padding-bottom: 10px; 111 padding-bottom: 10px;
111 padding-left: 20px; 112 padding-left: 20px;
112 - 113 + display: inline-block;
113 /*grid안에 #article */ 114 /*grid안에 #article */
114 } 115 }
115 } 116 }
......