<!doctype html>
<html>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width,initial-scale=1″>
<title>LIVEEVENT-サンプルサイト</title>
<link href=”style.css” rel=”stylesheet” type=”text/css”>
<link rel=”preconnect” href=”https://fonts.gstatic.com”>
<link href=”https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@600&display=swap” rel=”stylesheet”>
</head>
<body>
<header>
<a href=”/”><img src=”images/logo.png” alt=”LIVESTATION”></a>
</header>
<nav>
<ul>
<li><a href=”#news”>NEWS</a></li>
<li><a href=”#artist”>ARTIST</a></li>
<li><a href=”#liveinfo”>LIVE INFO</a></li>
<li><a href=”#access”>ACCESS</a></li>
</ul>
</nav>
<section id=”top”>
<h1><img src=”images/logo.png” alt=””></h1>
</section>
<section id=”news”>
<h2 class=”titleH2″><span>NEWS</span></h2>
<dl>
<dt>2020.12.25</dt>
<dd>インスタグラム開設!</dd>
<dt>2020.12.24</dt>
<dd>公式サイト開設!</dd>
</dl>
</section>
<section id=”artist”>
<h2 class=”titleH2″><span>ARTIST</span></h2>
<div class=”artist-box”>
<img src=”images/66caa53f5122c364fe483fe3b21f9.jpg” alt=””/>
<h3>楠木ともり</h3>
<p>声優・楠木ともりのofficial Twitterです。出演情報等、スタッフ・本人がつぶやきます。</p>
</div>
<div class=”artist-box”>
<img src=”images/b4a1955b1fae2f0eaeae7747cc5c4.jpg” alt=””>
<h3>チャラン・ポ・ランタ</h3>
<p>ニューアルバム『こもりうた』発売中。2週連続配信ライブ■Eテレ「#バリバラ」OP■NHK-BSプレミアム「#ワンワンパッコロ!キャラともワールド」体操テーマソング歌唱</p>
</div>
<div class=”artist-box”>
<img src=”images/236c80def8f19f10bb194734f72df.jpg” alt=””/>
<h3>堂島孝平</h3>
<p>ミュージシャン / シンガー・ソングライター。いろいろ活動してます。</p>
</div>
</section>
<section id=”liveinfo”>
<h2 class=”titleH2″><span>LIVE INFO</span></h2>
<div class=”inner”>
<p><strong>DATA.</strong><br>
2021.02.14</p>
<p><strong>START</strong><br>
15:00〜STRAT
</p>
<p><strong>場所</strong><br>
専門学校ESPエンタテインメント東京<br>
東京都新宿区高田馬場3-3-19<br>
JR山手線・東京メトロ東西線・西武新宿線・高田馬場駅下車、徒歩3分</p>
</div>
</section>
<div class=”sns”>
<a class=”twitter-timeline” data-width=”350″ data-height=”400″ data-theme=”dark” href=”https://twitter.com/ESPinformation?ref_src=twsrc%5Etfw”>Tweets by ESPinformation</a> <script async src=”https://platform.twitter.com/widgets.js” charset=”utf-8″></script>
</div>
<section id=”access”>
<iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1619.7483501571605!2d139.7012853565377!3d35.714001080186655!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188d383952b25d%3A0xa8d6e4f4bfd461d9!2z44CSMTY5LTAwNzUg5p2x5Lqs6YO95paw5a6_5Yy66auY55Sw6aas5aC077yT5LiB55uu77yT4oiS77yR77yZ!5e0!3m2!1sja!2sjp!4v1605801362732!5m2!1sja!2sjp” width=”100%” height=”400″ frameborder=”0″ style=”border:0;” allowfullscreen=”” aria-hidden=”false” tabindex=”0″></iframe>
</section>
</body>
</html>
=========================▼▼▼▼▼▼
スタイルシートはここから
@charset “UTF-8”;
* {
margin: 0;
padding: 0;
}
body {
background: #000;
color:#fff;
font-size: 1rem;
line-height: 1.5;
}
@media (max-width:550px){
body {
background: url(img/slide3_bg.jpg) top center fixed;
background-size: cover;
}
header {
background: #303030;
text-align: center;
padding: 10px 0 5px;
}
header img {
width: 30%;
}
nav {
}
nav ul {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
nav ul li {
width:calc(100% / 2 );
list-style-type: none;
text-align: center;
font-family: ‘Big Shoulders Stencil Display’, cursive;
font-size: 1.8rem;
padding: 5px 0;
border-bottom:1px dotted#fff;
}
nav ul li a {
display: block;
color:#fff;
text-decoration: none;
}
#top {
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#top h1 {
text-align: center;
}
#top img {
width: 80%;
}
.titleH2 {
font-family: ‘Big Shoulders Stencil Display’, cursive;
text-align: center;
font-size:2.6rem;
margin-bottom: 30px;
}
.titleH2 span{
padding-bottom: 8px;
border-bottom: 4px solid #fff;
}
#news {
padding-bottom: 60px;
}
#news dl {
text-align: center;
}
#news dl dd {
margin-bottom: 16px;
}
img {
max-width:100%;
}
#artist {
padding-bottom: 60px;
}
.artist-box {
margin-bottom: 25px;
}
.artist-box h3 {
font-size: 1.2rem;
padding: 10px 20px 5px;
}
.artist-box p {
padding: 0 20px;
}
#liveinfo {
padding-bottom: 60px;
}
.inner {
padding: 0 20px;
}
#liveinfo p {
text-align: center;
margin-bottom: 16px;
}
.sns {
text-align: center;
padding-bottom: 60px;
}
}