Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-09 17:58:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ddb59fda52ee4feaba34cb05f797967e03c5563
3ddb59fd
1 parent
61cac2d3
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
css/style.css
css/style.css
View file @
3ddb59f
...
...
@@ -134,7 +134,14 @@ hr {
background-color
:
#8d8d8d
;
border
:
0px
solid
;
}
.github-wrapper
{
.github-wrapper1
{
position
:
fixed
;
z-index
:
5
;
background-color
:
rgb
(
56
,
56
,
56
);
right
:
25px
;
bottom
:
80px
;
}
.github-wrapper2
{
position
:
fixed
;
z-index
:
5
;
background-color
:
rgb
(
56
,
56
,
56
);
...
...
@@ -206,4 +213,8 @@ div#is-limited-num {
}
#supersecret-input
{
width
:
15px
;
}
\ No newline at end of file
}
#chartdiv
{
width
:
100%
;
height
:
500px
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment