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
minsung
2020-05-25 17:37:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f289661aaaa6f258ed91efeb28ac09c44b78926
2f289661
1 parent
27fb1056
make banner
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
front/web/CSS/Banner.css
front/web/JS/main.js
front/web/main.html
front/web/CSS/Banner.css
View file @
2f28966
...
...
@@ -11,15 +11,15 @@ a{text-decoration: none;color: black;}
}
#khu-logo
{
align-content
:
space-between
;
display
:
inline-block
;
font-size
:
0
;
padding
:
0
;
border
:
none
;
}
#khu-logo-font
{
font-family
:
'Black Han Sans'
,
sans-serif
;
align-content
:
space-between
;
align-content
:
center
;
font-size
:
20px
;
line-height
:
inherit
;
display
:
inline-block
;
...
...
@@ -28,15 +28,36 @@ a{text-decoration: none;color: black;}
}
.khu-nav
{
display
:
flex
;
justify-content
:
space-between
;
padding
:
20px
;
height
:
center
;
background-color
:
white
;
border-bottom
:
1px
solid
#ebeaeb
;
}
.khu-nav-row
{
height
:
100%
;
display
:
flex
;
justify-content
:
space-between
;
padding-left
:
200px
;
padding-right
:
200px
;
}
#khu-start-button
{
font-family
:
'Black Han Sans'
,
sans-serif
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
background
:
0
0
;
border
:
none
;
cursor
:
pointer
;
border-radius
:
4px
;
text-align
:
center
;
background-color
:
#611f69
;
color
:
#fff
;
fill
:
#fff
;
padding
:
10px
;
}
@media
screen
and
(
min-width
:
0
)
and
(
max-width
:
767px
){
.khu-nav-row
{
padding
:
0
4vw
}
</
style
>
...
...
front/web/JS/main.js
0 → 100644
View file @
2f28966
File mode changed
front/web/main.html
View file @
2f28966
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment