Toggle navigation
Toggle navigation
This project
Loading...
Sign in
민재기
/
web_service
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
민재기
2017-03-28 12:03:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
158306523b27a98aed73b7646e8478de92bd18c8
15830652
1 parent
28e9d5f0
170328 practice
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
ex05_2.html
ex05_2.html
0 → 100644
View file @
1583065
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
<style>
div
.pagination
{
margin
:
15px
;
}
.pagination
a
:link
,
a
:visited
{
text-decoration
:
none
;
color
:
black
;
//
background-color
:
#5CD1E5
;
padding
:
10px
;
}
.pagination
a
:hover
,
a
:active
{
text-decoration
:
none
;
//
color
:
#C8FFFF
;
color
:
white
;
border-radius
:
100px
;
background-color
:
#38ADC1
;
padding
:
10px
;
}
</style>
</head>
<body>
<div
class=
"pagination"
>
<a
href=
"#"
class=
"direction"
>
<span
class=
'arrow'
>
‹
</span>
이전
</a>
<a
href=
"#"
>
11
</a>
<a
href=
"#"
>
12
</a>
<a
href=
"#"
>
13
</a>
<a
href=
"#"
>
14
</a>
<a
href=
"#"
>
15
</a>
<a
href=
"#"
>
16
</a>
<a
href=
"#"
>
17
</a>
<a
href=
"#"
>
18
</a>
<a
href=
"#"
>
19
</a>
<a
href=
"#"
>
20
</a>
<a
href=
"#"
class=
"direction"
>
다음
<span
class=
'arrow'
>
›
</span></a>
</div>
</body>
</html>
Please
register
or
login
to post a comment