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

Footer 및 MainNav&Search style 수정

parent 583e2046
const Footer = () => {
return (
<div style={{ backgroundColor: " #808080" }}>
<div className="text-center py-3" style={{ backgroundColor: "#a0a0a0" }}>
() butter studio
</div>
)
}
......
......@@ -2,7 +2,7 @@ import Search from "../Search/Search";
const MainNav = () => {
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>
......
input[type="text"] {
background: transparent;
border: none;
border-bottom: 2px solid #fff;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
color: #fff;
margin-bottom: 5px;
background: transparent;
border: none;
border-bottom: 2px solid #fff;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
color: #fff;
margin-bottom: 5px;
}
input[type="text"]:focus {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fff;
color: #fff;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-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