송효섭

배포용 최종 이미지파일 수정

4.45 MB | W: | H:

2.7 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.23 MB | W: | H:

2.73 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.7 MB | W: | H:

2.15 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -89,7 +89,7 @@ header
}
.welcome h1{
font-size: 48px;
font-size: 62px;
padding: 20 20 0 20;
}
......
......@@ -3,6 +3,8 @@
<head>
<title>Culture Gallery</title>
<link rel="stylesheet" href='/stylesheets/main_style.css' type="text/css">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" href="/images/favicon.ico">
</head>
<body>
......@@ -10,7 +12,7 @@
<div class="nav-bar">
<img src="../images/icon.png" alt="" class="logo">
<ul class="menu">
<li><a href="">Home</a></li>
<li><a href="/">Home</a></li>
<li><a href="">Services</a></li>
<li><a href="">Portfolio</a></li>
<li><a href="">Testimonimal</a></li>
......@@ -23,17 +25,17 @@
<div class="welcome">
<h1>Culture Gallery</h1>
<div class="search-box">
<form action='findPage' method ="GET">
<input type="text" placeholder="어떤 공연을 찾으시나요?">
<button type="submit">검색</button>
</form>
</div>
<div class = "boxes">
<form action='findPage' method="GET">
<input type="text" placeholder="어떤 공연을 찾으시나요?">
<button type="submit">검색</button>
</form>
</div>
<div class="boxes">
<a href="mappage" class="btn btn1">나의 근처 공연</a>
<a href="login" class="btn btn3">로그인</a>
</div>
</div>
</div>
</header>
......