Newer
Older
2020-Y.ryusei / honmu.html
@ryusei ryusei on 28 Jul 2020 2 KB Use font
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
  <meta charset="utf-8">
  <title>本間美術館</title>
  <link rel="stylesheet" href="honmu.css" type="text/css">
  <link href="https://fonts.googleapis.com/earlyaccess/hannari.css" rel="stylesheet">
</head>

<body>
  <div class="content">
    <header>
      <h1><span class="emp">夏</span>の<span class="emp">絵画</span>と<span class="emp">工芸展</span>
        <img src="sensu.PNG" alt="扇子" width="90px">
      </h1>
      <p class="small">主催/本間美術館・・・・ 共催/山形県・・・・ 後援/酒田市・・・・</p>
    </header>
    <figure class="img">
      <img src="tera.PNG" alt="寺" width="100%" height="300px">
      <legend class="small">山名 流聖 : 寺</legend>
    </figure>
    <div class="left">
      <h2>会期</h2>
      <p class="small">令和2年<br><span class="date">7月10日(金)▶︎8月25日(火)</span><br>※会期中無休</p>
      <h2>会場</h2>
      <p>公益財団法人 <span class="place">本間美術館 美術展覧会場</span></p>
      <br>
      <table>
        <tr>
          <td>■開催期間 午前9時〜午後5時</td>
        </tr>
        <tr>
          <td>■休館日  無休</td>
        </tr>
        <tr>
          <td>■入館料</td>
        </tr>
        <tr>
          <td>一般/・・・・・・・・ 高、大学生/・・・・・・・・・ 小、中学生/・・・・・・・・</td>
        </tr>
      </table>
      <br>
      <figure>
        <img src="huku.PNG" alt="服" width="260px">
        <legend class="small">山名 流聖 : 服</legend>
      </figure>
    </div>
    <div class="right">
      <br>
      <figure>
        <img src="hito.PNG" alt="人" width="270">
        <legend class="small">山名 流聖 : 人</legend>
      </figure>
      <div class="flex">
        <figure class="side">
          <img src="yama.PNG" alt="山">
          <legend class="small">山名 流聖 : 山</legend>
        </figure>
        <figure class="side">
          <img src="ki.PNG" alt="木">
          <legend class="small">山名 流聖 : 木</legend>
        </figure>
      </div>
    </div>
  </div>
  <footer>
    <p class="side">本間美術館</p>
    <p class="side">0234-00-0000</p>
    <p class="side">facebook</p>
    <p class="side">QR</p>
    <p class="side">beyond2020</p>
  </footer>
</body>

</html>