Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김한준
/
OSS-Term-Project
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
김한준
2019-06-04 20:23:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7067e5febcbf384c227843d61264d23da3a6cc44
7067e5fe
1 parent
e57001f4
각 section css추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
css/style.css
css/style.css
View file @
7067e5f
...
...
@@ -195,6 +195,30 @@ body {
left
:
calc
(
50%
-
300px
);
transition
:
.25s
,
top
0s
;
}
#accumulate_section
{
width
:
600px
;
max-width
:
calc
(
100%
-
2em
);
height
:
160px
;
margin
:
auto
;
text-align
:
center
;
position
:
absolute
;
top
:
calc
(
85%
-
100px
);
left
:
calc
(
50%
-
300px
);
transition
:
.25s
,
top
0s
;
font-size
:
20px
;
}
#recom_section
{
width
:
480px
;
max-width
:
calc
(
100%
-
2em
);
height
:
1250px
;
margin
:
auto
;
text-align
:
center
;
position
:
absolute
;
top
:
calc
(
105%
-
100px
);
left
:
calc
(
53%
-
300px
);
transition
:
.25s
,
top
0s
;
}
#winner
h2
{
margin-top
:
1.5em
;
...
...
@@ -216,6 +240,7 @@ body {
margin
:
.5em
0
0
;
}
.shadow
{
box-shadow
:
0
2px
5px
rgba
(
0
,
0
,
0
,
.25
);
border-radius
:
3px
;
...
...
@@ -273,6 +298,9 @@ body {
margin
:
0
.25em
-.25em
;
}
/* ***** mobile ***** */
@media
handheld
,
only
screen
and
(
max-device-width
:
480px
),
only
screen
and
(
max-device-width
:
320px
),
screen
and
(
max-width
:
600px
)
{
body
{
...
...
@@ -285,10 +313,31 @@ body {
margin
:
1em
;
left
:
inherit
;
}
#accumulate_section
{
height
:
150px
;
top
:
calc
(
100%
-
75px
);
margin
:
1em
;
left
:
0
;
font-size
:
13px
}
#recom_section
{
height
:
300px
;
top
:
calc
(
150%
-
75px
);
margin
:
1em
;
left
:
0
;
font-size
:
6px
}
#winner
.pinned
{}
#lottotable
{
font-size
:
6px
;
}
}
...
...
Please
register
or
login
to post a comment