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>
......
input[type="text"] { input[type="text"] {
background: transparent; background: transparent;
border: none; border: none;
border-bottom: 2px solid #fff; border-bottom: 2px solid #fff;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
color: #fff; color: #fff;
margin-bottom: 5px; margin-bottom: 5px;
} }
input[type="text"]:focus { input[type="text"]:focus {
background: transparent; background: transparent;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
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