Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정민
/
OPproject
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-12-03 19:05:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6c0785cda80df27c9357cfb0b70b55145a5d8f5
b6c0785c
1 parent
9083624e
main.css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
0 deletions
public/2.jpg
public/main.css
public/2.jpg
0 → 100644
View file @
b6c0785
267 KB
public/main.css
0 → 100644
View file @
b6c0785
*
{
box-sizing
:
border-box
;
}
html
,
body
{
padding
:
0
;
margin
:
0
;
height
:
100%
;
background-image
:
url("2.jpg")
;
background-repeat
:
no-repeat
;
background-position
:
center
bottom
;
}
.btn
{
display
:
inline-block
;
padding
:
0
5px
;
text-decoration
:
none
;
cursor
:
pointer
;
border-radius
:
4px
;
background
:
white
;
border
:
3px
solid
#ffe9a6
;
color
:
crimson
;
height
:
37px
;
width
:
80px
;
line-height
:
37px
;
vertical-align
:
top
;
font-size
:
20px
;
text-align
:
center
;
}
html
,
h1
{
font-family
:
'Song Myung'
;}
html
,
h2
{
font-family
:
'Yeon Sung'
;}
input
,
textarea
{
border-radius
:
4px
;
height
:
37px
;
padding
:
10px
;
border
:
1px
solid
silver
;
}
.container
{
width
:
100%
;
height
:
100%
;
}
@media
screen
and
(
min-width
:
800px
)
{
.container
{
width
:
800px
;
margin
:
auto
;
padding-top
:
30px
}
}
.input-group
{
margin-bottom
:
15px
;
}
.input-group
label
{
width
:
25%
;
display
:
inline-block
;
}
.input-group
input
{
width
:
70%
;
}
#join
{
float
:
right
;
}
.profile-wrap
{
width
:
100%
;
display
:
inline-block
;
vertical-align
:
top
;
margin
:
10px
0
;
}
@media
screen
and
(
min-width
:
800px
)
{
.profile-wrap
{
width
:
290px
;
margin-bottom
:
0
;}
}
.profile
{
text-align
:
left
;
padding
:
20px
;
margin-right
:
10px
;
border-radius
:
4px
;
border
:
4px
solid
black
;
background
:
#ffe9a6
;
color
:
white
;
}
.user-name
,
.user-money
{
font-size
:
18px
;
margin-bottom
:
10px
;
}
.timeline
{
margin-top
:
10px
;
width
:
100%
;
display
:
inline-block
;
border-radius
:
4px
;
vertical-align
:
top
;
}
@media
screen
and
(
min-width
:
800px
)
{
.timeline
{
width
:
500px
;
}
}
#good-list
,
#good-list
th
,
#good-list
td
{
border
:
1px
solid
black
;
border-collapse
:
collapse
;
}
#good-list
img
{
max-height
:
45px
;
vertical-align
:
top
;
}
#good-img
{
width
:
280px
;
}
.error-message
{
color
:
red
;
font-weight
:
bold
;
}
#join-form
,
#good-form
{
padding
:
10px
;
text-align
:
center
;
}
footer
{
text-align
:
center
;
}
Please
register
or
login
to post a comment