Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김재현
/
open-source-project-2017-02
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-12-07 16:11:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ad553981b7a87003693d9f8d8f1c0fc097fe2f0
9ad55398
1 parent
22a213a0
머지 진행
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
11 deletions
public/images/title.png
public/stylesheets/style.css
public/stylesheets/style.styl
views/mybook.ejs
public/images/title.png
0 → 100644
View file @
9ad5539
13.4 KB
public/stylesheets/style.css
View file @
9ad5539
...
...
@@ -39,16 +39,20 @@ ul.sidenav li a:hover:not(.active) {
}
table
{
width
:
70%
;
height
:
100%
;
border-collapse
:
collapse
;
text-align
:
center
;
vertical-align
:
middle
;
}
td
{
vertical-align
:
middle
;
text-align
:
center
;
border
:
1px
solid
#ddd
;
padding
:
15px
;
width
:
20%
;
height
:
20%
;
width
:
10%
;
height
:
0%
;
padding-bottom
:
20%
;
background-image
:
url("/images/stamp.jpg")
;
background-repeat
:
no-repeat
;
background-position
:
center
top
;
}
.bold
{
color
:
#ffc0cb
;
...
...
@@ -60,9 +64,20 @@ td {
}
#show
{
width
:
15%
;
height
:
55%
;
display
:
inline-block
;
float
:
left
;
overflow
:
auto
;
position
:
fixed
;
background-color
:
#000
;
}
#maintitle
{
text-align
:
center
;
background-color
:
#000
;
color
:
#fff
;
height
:
55%
;
padding
:
8px
16px
;
margin-left
:
15%
;
}
#mynav
{
display
:
block
;
...
...
@@ -74,3 +89,7 @@ td {
float
:
left
;
margin-left
:
0px
;
}
#map
{
height
:
400px
;
width
:
100%
;
}
...
...
public/stylesheets/style.styl
View file @
9ad5539
...
...
@@ -69,19 +69,19 @@ td
font-size : 8pt;
#show
width: 15%;
height : 55%;
display : inline-block;
float : left;
overflow : auto;
position : fixed;
background-image : url("/images/menu_icon.png");
background-repeat: no-repeat;
background-position: center top;
background-color : black;
#maintitle
text-align : center;
background : black;
background
-color
: black;
color : white;
padding: 80px 16px;
height : 55%;
padding: 8px 16px;
margin-left : 15%;
#mynav
...
...
views/mybook.ejs
View file @
9ad5539
...
...
@@ -26,7 +26,7 @@
<div
id =
"show"
>
clickmenu
</div>
<div
id =
"maintitle"
>
맛집견문록
</div>
<div
id =
"maintitle"
>
<image
src =
'/images/title.png'
/>
</div>
<div
id =
"mynav"
>
<ul
class=
"sidenav"
>
...
...
Please
register
or
login
to post a comment