Created
October 3, 2018 13:34
-
-
Save sintezcs/50f9f3e84afb62be15014407fc34bfea to your computer and use it in GitHub Desktop.
Hotel Carousel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="carousel-culloden" class="carousel slide" data-ride="carousel" style="margin:-15px -15px 40px;"> | |
<!-- Indicators --> | |
<ol class="carousel-indicators"> | |
<li data-target="#carousel-culloden" data-slide-to="0" class="active"></li> | |
<li data-target="#carousel-culloden" data-slide-to="1"></li> | |
</ol> | |
<!-- Wrapper for slides --> | |
<div class="carousel-inner"> | |
<div class="item active activepurple"> | |
<img src="https://i.imgur.com/ba97uFo.png" alt="Image 0" style="height:145px; width: 275px;"><div class="carousel-caption" style="width: 100% !important; right: 0 !important; left: 0 !important; padding-bottom: 5px! important; bottom: 0 !important; padding-top: 5px !important; background: rgba(86,61,124,0.8) !important;"> | |
Sticky Toffee Pudding | |
</div> | |
</div> | |
<div class="item"> | |
<img src="https://i.imgur.com/X1MS9gA.png" alt="Image 1" style="height:145px; width: 275px;"> | |
<div class="carousel-caption" style="width: 100% !important; right: 0 !important; left: 0 !important; padding-bottom: 5px! important; bottom: 0 !important; padding-top: 5px !important; background: rgba(86,61,124,0.8) !important;"> | |
Pastry Selection | |
</div> | |
</div> | |
</div> | |
</div> | |
<p style="text-align: justify;"> | |
The Mitre Restaurant is one of the finest restaurants in Northern Ireland, run by top chef Paul McKnight. The décor is gothic grandeur, the food gourmet chic, while waiters ensure your glass never runs empty. Let us show you to your seat and we’ll show you how to dine in ultimate style. | |
</p> | |
<p> | |
<small><strong style="color: rgba(86,61,124,0.8);">*</strong> For reservations call <strong style="color: rgba(86,61,124,0.8);">(000) 2222 2222</strong>.</small> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment