Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
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
박규리
2022-05-27 22:05:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ef8d7237b5b8274771209bbe590fbbdc4d904c3
5ef8d723
1 parent
9e586ffa
Updated css file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
4 deletions
nodejs/public/css/main.css
nodejs/public/css/main.css
View file @
5ef8d72
#dday
{
border-radius
:
40px
80px
/
80px
40px
;
background-color
:
rgb
(
150
,
140
,
206
);
.circle
{
margin
:
0
auto
;
width
:
500px
;
height
:
500px
;
border
:
15px
solid
rgb
(
163
,
151
,
198
);
border-radius
:
50%
;
}
.dday
{
padding
:
50px
0
;
}
.wrapper
{
margin
:
0
auto
;
padding
:
30px
;
max-width
:
1170px
;
}
h1
{
font-size
:
40px
;
color
:
tomato
;
font-family
:
'Gowun Dodum'
,
sans-serif
;
}
h2
{
color
:
white
;
font-weight
:
lighter
;
font-family
:
'Gowun Dodum'
,
sans-serif
;
}
#title
{
color
:
rgb
(
191
,
185
,
211
);
font-size
:
50px
;
font-family
:
'Tiro Devanagari Marathi'
,
serif
;
font-weight
:
600
;
}
#activity
{
border-radius
:
40px
80px
/
80px
40px
;
background-color
:
rgb
(
151
,
198
,
206
);
}
body
{
margin-top
:
100px
;
margin-bottom
:
100px
;
margin-left
:
50px
;
margin-right
:
50px
;
background-color
:
rgb
(
78
,
76
,
76
);
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment