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-28 13:07:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ee10c246034b8e789b332f3d7470808bc14b96e
5ee10c24
1 parent
d9546c95
Update stylesheet
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
nodejs/public/css/main.css
nodejs/views/data.ejs
nodejs/public/css/main.css
View file @
5ee10c2
...
...
@@ -2,7 +2,7 @@
margin
:
0
auto
;
width
:
500px
;
height
:
500px
;
border
:
15px
solid
rgb
(
1
63
,
151
,
198
);
border
:
15px
solid
rgb
(
1
58
,
111
,
170
);
border-radius
:
50%
;
}
.dday
{
...
...
@@ -13,20 +13,23 @@
padding
:
30px
;
max-width
:
1170px
;
}
.dDayFont
{
font-size
:
650%
;
}
h1
{
font-size
:
40px
;
color
:
tomato
;
color
:
rgb
(
180
,
74
,
102
)
;
font-family
:
'Gowun Dodum'
,
sans-serif
;
}
h2
{
color
:
white
;
color
:
rgb
(
2
,
2
,
2
)
;
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-family
:
'
Jeju Hallasan'
;
font-weight
:
600
;
}
#activity
{
...
...
@@ -36,9 +39,5 @@ h2 {
background-color
:
rgba
(
197
,
97
,
201
,
0.486
);
}
body
{
margin-top
:
100px
;
margin-bottom
:
100px
;
margin-left
:
50px
;
margin-right
:
50px
;
background-color
:
rgb
(
78
,
76
,
76
);
background
:
linear-gradient
(
rgb
(
255
,
255
,
255
),
rgb
(
255
,
228
,
250
),
rgb
(
254
,
210
,
255
));
}
\ No newline at end of file
...
...
nodejs/views/data.ejs
View file @
5ee10c2
...
...
@@ -14,7 +14,7 @@
</head>
<center>
<body>
<div
id=
"title"
>
When is my Holiday?
</div>
<div
id=
"title"
>
공휴일 카운터
</div>
<br><br>
<div
class=
"wrapper"
>
<div
class=
"circle"
>
...
...
Please
register
or
login
to post a comment