Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaeon Kim
client
Commits
9a8ad46f
Commit
9a8ad46f
authored
1 year ago
by
Gaeon Kim
Browse files
Options
Downloads
Patches
Plain Diff
feat: create Header.module.css
parent
0bc7a152
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Header.module.css
+63
-0
63 additions, 0 deletions
Header.module.css
with
63 additions
and
0 deletions
Header.module.css
0 → 100644
+
63
−
0
View file @
9a8ad46f
@import
url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css)
;
header
{
background-color
:
white
;
color
:
black
;
padding
:
1em
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
border-bottom
:
2px
solid
#ddd
;
font-weight
:
bold
;
position
:
sticky
;
top
:
0
;
}
.header_logo
img
{
height
:
80px
;
/* 이미지 높이 조절 */
margin-left
:
20px
;
margin-right
:
35px
;
}
.header_nav
{
margin-top
:
3px
;
display
:
flex
;
/* 로고와 네비게이션을 한 행에 배치하기 위해 추가 */
}
.header_nav
ul
{
list-style
:
none
;
display
:
flex
;
}
.header_content
{
display
:
flex
;
align-items
:
center
;
width
:
100%
;
}
.header_nav
li
:first-child
{
margin-left
:
18px
;
}
.header_nav
li
{
font-size
:
18px
;
margin-top
:
10px
;
}
.header_nav
li
:not
(
:last-child
)
{
margin-right
:
130px
;
}
.header_nav
a
{
text-decoration
:
none
;
color
:
black
;
}
.header_nav
li
:last-child
a
img
{
height
:
30px
;
width
:
auto
;
margin-top
:
0px
;
margin-right
:
28px
;
margin-left
:
0px
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment