Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

事故っても別にいいんですけど~ #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ h3 {
text-decoration: none;
padding: 10px 20px;
}
.hedding01{
.heading01{
background-color: #886E52;
padding: 10px;
color: #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.hedding02{
.heading02{
color: #886E52;
}

Expand Down
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<title>ミクロネシアプレミアムリゾートホテル</title>
<title>ハワイアンプレミアムリゾートホテル</title>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1 class="site-name">ミクロネシアプレミアムリゾートホテル</h1>
<h1 class="site-name">ハワイアンプレミアムリゾートホテル</h1>
<ul id="nav">
<li class="active"><a href="index.html" title="TOPページへ戻る">Home</a></li>
<li><a href="#" title="お部屋の一覧はこちらから"><i class="fa fa-home light">&nbsp;</i>お部屋の種類</a></li>
Expand All @@ -24,20 +24,21 @@ <h1 class="site-name">ミクロネシアプレミアムリゾートホテル</h1
</div>
<div id="maincontent" class="fs-text">
<div class="content">
<h1 class="hedding01">当ホテルからのご案内</h1>
<h2 class="hedding02">オンライン宿泊予約特典</h2>
<p>インターネットで予約すると、特別料金でご宿泊いただけます。</p>
<h1 class="heading01">当ホテルからのご案内</h1>
<h2 class="heading02">オンライン宿泊予約特典</h2>
<p>インターネットで予約すると、特別料金(20%OFF)でご宿泊いただけます。</p>
<p>ユーザー登録していただくとお得なご案内をお送りいたします。</p>
<p>【ダイレクトメール可否を「許可する」にされた方にのみお送りいたします】</p>
</div>
<div class="content">
<h2 class="hedding02">新着情報</h2>
<h2 class="heading02">新着情報</h2>
<ul>
<li>リニューアル・スイートルームキャンペーンのお知らせ</li>
<li>リニューアル・スイートルームがオープン</li>
<li>サンキューデー料金のシングルルーム</li>
<li>ネットキャンペーン実施中</li>
<li>お客様用パソコンをご用意しています</li>
<li>全室wifi完備</li>
<li>マイカープランございます</li>
<li>設備点検は、無事終了いたしました</li>
<li>2泊以上の方にお得な連泊プランご用意しています</li>
Expand Down