Commit 19a0a6cb authored by Kim, Subin's avatar Kim, Subin
Browse files

bg-dark 추가 및 삭제

parent ff105ffd
......@@ -22,7 +22,7 @@ const MovieChart = () => {
}, [])
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-item active">
<div className="col-md-3">
......
......@@ -2,7 +2,7 @@ import Search from "../Search";
const MainNav = () => {
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>
......
......@@ -4,7 +4,7 @@ import Footer from "../components/Footer";
const HomePage = () => {
return (
<div>
<div className="bg-dark">
<MainNav />
<MovieChart />
<Footer />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment