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 21:05:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f10a76d0ada591cd56b54e383d4c8674117f470a
f10a76d0
1 parent
6e0179f3
Add comment part css part
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
nodejs/public/css/main.css
nodejs/public/css/main.css
View file @
f10a76d
...
...
@@ -34,7 +34,12 @@ h2 {
text-shadow
:
4px
2px
2px
rgba
(
178
,
104
,
180
,
0.61
);
letter-spacing
:
0.05em
;
}
#comment
{
width
:
fit-content
;
background-color
:
rgba
(
190
,
125
,
87
,
0.39
);
border-radius
:
40px
80px
/
80px
40px
;
}
#detail
{
width
:
1000px
;
height
:
fit-content
;
...
...
Please
register
or
login
to post a comment