Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이준성
/
khuwitch
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
ijunseong
2020-12-03 00:31:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e0bd91ac8be6eba3d1cee6c8ea38244e9bbeacf
0e0bd91a
1 parent
2b9e7123
Update: move channel list to center
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
frontend/src/Body.css
frontend/src/Body.js
frontend/src/Body.css
View file @
0e0bd91
.body
{
display
:
flex
;
justify-content
:
center
;
background-color
:
#14141e
;
}
\ No newline at end of file
...
...
frontend/src/Body.js
View file @
0e0bd91
import
React
from
"react"
;
import
"./Body.css"
;
import
{
Chan
elList
}
from
"./Cha
nel.js"
import
{
Chan
nelList
}
from
"./Chan
nel.js"
function
Body
(){
return
(
<
div
className
=
"body"
>
<
ChanelList
/>
<
Chan
n
elList
/>
<
/div
>
);
}
...
...
Please
register
or
login
to post a comment