Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
MinsoftK
2020-04-23 22:16:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a9c87c59303da52b75256b5a2051a01072ecbcb2
a9c87c59
1 parent
a40d1b33
rewrite directory for applying CSS,Image files
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
11 deletions
front/web/main.html
front/web/service/whatiskhuchat.html
front/web/style/style.css
front/web/main.html
View file @
a9c87c5
...
...
@@ -27,7 +27,7 @@
<p>
This is chating application which chats with your frineds, coworkers and anyone do you want
<br>
so enjoy it out sevice.
</p>
<h2><a
href=
whatiskhuchat.html
title=
"what is KHU chat"
>
<h2><a
href=
service/
whatiskhuchat.html
title=
"what is KHU chat"
>
1.What is KHU chat ?
</a></h2>
<p>
KHU chat service는 무엇인가요?
...
...
front/web/service/whatiskhuchat.html
View file @
a9c87c5
...
...
@@ -3,20 +3,20 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"
../style/
style.css"
>
</head>
<body>
<h1><a
href=
"main.html"
color:black
>
KHU Chatting service
</a></h1>
<img
src=
"image/main2.jpg"
class=
"image"
>
<h1><a
href=
"
../
main.html"
color:black
>
KHU Chatting service
</a></h1>
<img
src=
"
../
image/main2.jpg"
class=
"image"
>
<div
id=
"grid"
>
<div
id=
"category"
>
<ol>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
문의사항
</a></li>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
<li><a
href=
"
../
loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"
../
signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"
../
signinmain.html"
class=
"saw"
>
문의사항
</a></li>
<li><a
href=
"
../
afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
</div>
<div
id=
"article"
>
...
...
front/web/style/style.css
View file @
a9c87c5
...
...
@@ -17,7 +17,7 @@
}
ol
{
border-right
:
1px
solid
gray
;
width
:
150px
;
margin
:
50px
;
padding
:
20px
;
...
...
@@ -62,7 +62,8 @@
{
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
20px
;
padding-left
:
130px
;
border-left
:
1px
solid
gray
;
/*grid안에 #article */
}
...
...
@@ -109,7 +110,7 @@
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
20px
;
display
:
inline-block
;
/*grid안에 #article */
}
}
...
...
Please
register
or
login
to post a comment