Toggle navigation
Toggle navigation
This project
Loading...
Sign in
설승환
/
tp_maple_website
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
설승환
2020-06-25 03:16:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd3904d359df73471d54fa1ad465a314f90017fd
dd3904d3
1 parent
4974a4a6
C:/Users/tjftm/AppData/Local/Programs/Git/search에서의 css파일 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
rank.css
rank.css
0 → 100644
View file @
dd3904d
@charset
"UTF-8"
;
header
{
font-family
:
maplestory
;
height
:
40px
;
background-color
:
rgb
(
42
,
27
,
50
);
color
:
white
;
}
header
ul
{
float
:
left
;
font-size
:
16px
;
}
header
ul
li
{
display
:
inline-block
;
}
header
div
{
float
:
right
;
}
html
,
body
{
height
:
100%
;
background-image
:
url("../img/lucid.jpg")
no-repeat
;
background-size
:
cover
;
margin
:
0
;
}
.big_box
{
min-height
:
70vh
;
background-color
:
rgba
(
255
,
255
,
255
,
.95
);
color
:
#000
;
}
.char_box
{
}
.char_img
{
}
.footer
{
height
:
30px
;
background-color
:
rgb
(
42
,
27
,
50
);
margin-top
:
-30px
;
text-align
:
center
;
color
:
white
;
}
Please
register
or
login
to post a comment