Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
OSS_PROJECT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-12-04 18:19:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bee872165637ed2ced0a2c9fd1d1373e7f838099
bee87216
1 parent
4de2c4f6
index.html v0.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
7 deletions
index.html
index.html
View file @
bee8721
...
...
@@ -10,16 +10,39 @@
<meta
name=
"description"
content=
"리버풀 화이팅~!"
>
</head>
<style>
body
{
background-image
:
url('https://2020-oss-test.s3.amazonaws.com/emilio-garcia-AWdCgDDedH0-unsplash.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
</style>
<body>
<style>
body
{
background-image
:
url('https://2020-oss-test.s3.amazonaws.com/emilio-garcia-AWdCgDDedH0-unsplash.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
</style>
<nav
class=
"navbar navbar-default"
>
<div
class=
"contaner-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapsed"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
<span>
class="sr-only"
</span>
<span>
class="icon-bar"
</span>
<span>
class="icon-bar"
</span>
<span>
class="icon-bar"
</span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
EPL 통계 사이트
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"#"
>
프로젝트 소개
<span
class=
"sr-only"
></span></a></li>
<li><a
href=
"#"
>
팀 통계
</a></li>
<li><a
href=
"#"
>
개인 통계
</a></li>
</ul>
</div>
</div>
</nav>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment