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-09 15:18:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac360acd04bea33a12ff90f62ad01f6336dcb99a
ac360acd
1 parent
b4288754
main page
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
front/index.html
front/index.html
View file @
ac360ac
...
...
@@ -22,37 +22,42 @@
border-right
:
1px
solid
gray
;
width
:
150px
;
margin
:
0
;
padding
:
20px
;
}
@media
(
min-width
:
500px
){
#grid
{
display
:
grid
;
grid-template-columns
:
2
00
px
1
fr
;
}
grid-template-columns
:
2
11
px
1
fr
;
}
#grid
ol
{
padding-left
:
40px
;
}
}
#grid
#article
{
padding-left
:
20px
;
/*grid에 있는 ol 만 해당하는 것을 선택*/
}
</style>
</head>
<body>
<img
src=
"coding.jpg"
width=
50%
style=
"padding-left:100px;"
>
<h1><a
href=
"index.html"
color:black
>
KHU KHU Chat service
</a></h1>
<div
id=
"grid"
>
<ol>
<li><a
href=
"loginmain.html"
>
로그인
&
회원가입
</a></li>
<li><a
href=
"KHUchat.html"
>
KHU chat이란?
</a></li>
</ol>
<div>
<div
id=
"article"
>
<h2><a
href=
"KHUchat.html"
target=
"_blank"
title=
"go to blog for specification"
>
KHU Chating이란 무엇인가?
</a></h2>
<p>
This is chating application which chat your frineds, coworkers and anyone do you want
<br>
so enjoy it out sevice.
</p><p
style=
"margin-top:45px;"
>
HTML is so fun fun fun!
</p>
</p>
</div>
</div>
<img
src=
"coding.jpg"
width=
"100%"
>
</body>
</html>
...
...
Please
register
or
login
to post a comment