"client/vscode:/vscode.git/clone" did not exist on "70a7254f03b9102c75a73a331629f1d10a4dab21"
Commit e5ac70d3 authored by Kim, Subin's avatar Kim, Subin
Browse files

MainNav-border 추가

parent 8415883b
import Search from "../Search/Search";
import Search from "../Search";
const MainNav = () => {
return (
<nav class="nav justify-content-evenly bg-dark py-1">
<nav class="nav justify-content-evenly bg-dark 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>
......
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