Commit 3e496b2c authored by Kim, Subin's avatar Kim, Subin
Browse files

Footer 및 MainNav&Search style 수정

parent 583e2046
const Footer = () => { const Footer = () => {
return ( return (
<div style={{ backgroundColor: " #808080" }}> <div className="text-center py-3" style={{ backgroundColor: "#a0a0a0" }}>
() butter studio
</div> </div>
) )
} }
......
...@@ -2,7 +2,7 @@ import Search from "../Search/Search"; ...@@ -2,7 +2,7 @@ import Search from "../Search/Search";
const MainNav = () => { const MainNav = () => {
return ( return (
<nav class="nav justify-content-around bg-dark py-1"> <nav class="nav justify-content-evenly bg-dark 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>
......
...@@ -16,3 +16,7 @@ input[type="text"]:focus { ...@@ -16,3 +16,7 @@ input[type="text"]:focus {
border-color: #fff; border-color: #fff;
color: #fff; color: #fff;
} }
i {
cursor: pointer;
}
\ No newline at end of file
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