Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
19a0a6cb
Commit
19a0a6cb
authored
Jun 30, 2021
by
Kim, Subin
Browse files
bg-dark 추가 및 삭제
parent
ff105ffd
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/MovieChart/MovieChart.js
View file @
19a0a6cb
...
@@ -22,7 +22,7 @@ const MovieChart = () => {
...
@@ -22,7 +22,7 @@ const MovieChart = () => {
},
[])
},
[])
return
(
return
(
<
div
id
=
"
multi-carousel
"
className
=
{
`d-flex carousel slide align-items-center
bg-dark
${
styles
.
customHeight
}
`
}
data
-
bs
-
ride
=
"
carousel
"
>
<
div
id
=
"
multi-carousel
"
className
=
{
`d-flex carousel slide align-items-center
${
styles
.
customHeight
}
`
}
data
-
bs
-
ride
=
"
carousel
"
>
<
div
className
=
"
carousel-inner
"
>
<
div
className
=
"
carousel-inner
"
>
<
div
className
=
"
carousel-item active
"
>
<
div
className
=
"
carousel-item active
"
>
<
div
className
=
"
col-md-3
"
>
<
div
className
=
"
col-md-3
"
>
...
...
client/src/components/Navs/MainNav.js
View file @
19a0a6cb
...
@@ -2,7 +2,7 @@ import Search from "../Search";
...
@@ -2,7 +2,7 @@ import Search from "../Search";
const
MainNav
=
()
=>
{
const
MainNav
=
()
=>
{
return
(
return
(
<
nav
class
=
"
nav justify-content-evenly
bg-dark
border border-start-0 border-end-0 border-white border-2 py-1
"
>
<
nav
class
=
"
nav justify-content-evenly border border-start-0 border-end-0 border-white border-2 py-1
"
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
영화
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
영화
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
빠른예매
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
빠른예매
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
극장
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
극장
<
/a
>
...
...
client/src/pages/HomePage.js
View file @
19a0a6cb
...
@@ -4,7 +4,7 @@ import Footer from "../components/Footer";
...
@@ -4,7 +4,7 @@ import Footer from "../components/Footer";
const
HomePage
=
()
=>
{
const
HomePage
=
()
=>
{
return
(
return
(
<
div
>
<
div
className
=
"
bg-dark
"
>
<
MainNav
/>
<
MainNav
/>
<
MovieChart
/>
<
MovieChart
/>
<
Footer
/>
<
Footer
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment