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 23:19:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e56b8802718f3b89178d04c563b59f2fca549e28
e56b8802
1 parent
5ef8d723
Create html/css branch and Update design
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
nodejs/public/css/main.css
nodejs/views/data.ejs
nodejs/public/css/main.css
View file @
e56b880
...
...
@@ -31,7 +31,7 @@ h2 {
}
#activity
{
border-radius
:
40px
80px
/
80px
4
0px
;
border-radius
:
50px
80px
/
80px
5
0px
;
background-color
:
rgb
(
151
,
198
,
206
);
}
body
{
...
...
@@ -40,4 +40,6 @@ body {
margin-left
:
50px
;
margin-right
:
50px
;
background-color
:
rgb
(
78
,
76
,
76
);
}
\ No newline at end of file
}
.l
{
text-align
:
left
;
}
\ No newline at end of file
...
...
nodejs/views/data.ejs
View file @
e56b880
...
...
@@ -32,9 +32,9 @@
<h2>
<
%= data[0] %> 에 추천하는 활동 목록입니다.
</h2>
<!--recommend activity 추가파트 시작-->
<div
id=
"activity"
>
<h3
>
1. 가나다
</h3>
<h3
>
2. 라마바
</h3>
<h3
>
3. 라마바
</h3>
<h3
class =
'l'
>
ㅤ
1. 가나다
</h3>
<h3
class =
'l'
>
ㅤ
2. 라마바
</h3>
<h3
class =
'l'
>
ㅤ
3. 라마바
</h3>
</div>
<div
id=
"loading"
><div
class=
"spinner"
></div></div>
</body>
...
...
Please
register
or
login
to post a comment