HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html lang="en">
<body id="page-top">
<!-- Navigation box 1 starts-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target="#myNavbar" class="navbar-toggle collapsed" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Amigo Restaurant</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#menu">MENU</a></li>
<li><a href="#latest-news">LATEST-NEWS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navigation Box 1 Ends-->
<!-- About Restaurant Box 2 Starts-->
<div id="home">
<div class="header-text hidden-xs hidden-sm hidden-md">
<div class="container">
<div class="header-text-main inner">
<h2 class="section-main-title">Amigo Restaurant</h2>
<p class="section-para"><i>-Food is not rational. Food is culture, habit, craving and identity.</i></p>
<div class="our-story"><h1><u>OUR</u> <u>STORY</u><h1>
<p class="our-story-para"><i>'Rich in heritage and abundant in local produce, Amigo is a gathering place celebrating the region’s finest'</i></p>
</div>
</div>
</div>
</div>
<div class="mobile-header-text visible-xs" id="home">
<div class="container">
<div class="mobile-header-text-main inner">
<h2 class="mobile-section-main-title">AMIGO RESTAURANT </h2>
<p class="mobile-section-para"><i>-Food is not rational. Food is culture, habit, craving and identity.</i></p>
</div>
</div>
</div>
</div>
<!-- About Restaurant Box 2 Ends-->
<!-- Food Philosophy Box 3 Starts-->
<div id="about">
<div class="perfection hidden-xs hidden-sm hidden-md">
<div class="container">
<div class="perfection-content inner">
<h2 class="section-title">Nature Texture Intensity Purity </h2>
<div class="section-title-para"><p>“Our passion at Amigo is to deliver a unique dining experience, to explore harmonies of flavours and contrasts in textures.”</p><br />
<h3><u>Patrick Jane - Executive Chef</u></h3><br />
<p><a href="#" id="philosophy" style="color:inherit;">See Our Food Philosophy</a></p>
</div>
</div>
</div>
</div>
<div class="mobile-perfection visible-xs">
<div class="container">
<div class="mobile-perfection-content inner">
<h2 class="mobile-section-title">Nature Texture Intensity Purity </h2>
<div class="mobile-section-title-para"><p>“Our passion at Amigo is to deliver a unique dining experience, to explore harmonies of flavours and contrasts in textures.”</p><br />
<h3><u>Patrick Jane - Executive Chef</u></h3><br />
<p><a href="#" id="mobile-philosophy" style="color:inherit;">See Our Food Philosophy</a></p>
</div>
</div>
</div>
</div>
</div>
<!--Food Philosophy Box 3 Ends-->
<!-- Menu Box 4 Starts -->
<div id="menu">
<div class="our-menu hidden-xs hidden-sm hidden-md">
<div class="container">
<div class="menu-content">
<h2 class="menu-heading">Menu</h2>
<div class="quick-search-head">
<h2 class="segment_heading">Quick Search</h2>
<div class="ui grid">
<div class="eight wide column" style="float:left;">
<ul class="list-box">
<li> <a href="#" class="breakfast-head">
<img class="breakfast" src="https://upload.wikimedia.org/wikipedia/commons/2/22/Orion_Fire_Logo.png" style="height: 100px; width: 100px;" />
<div>  Breakfast </div>
</a></li>
<li><a href="#" class="lunch-head">
<img class="lunch" src="http://static1.squarespace.com/static/5520899ee4b0c19f893fc740/5520adc5e4b01b8a469ba1bd/5852dba16a49634ea695d3ed/1512066895647/lunch+icon.gif?format=1000w" style="height: 100px; width: 100px;"/>
<div>   Lunch</div>
</a></li>
<li><a href="#" class="dinner-head">
<img class="dinner" src="https://cdn.iconscout.com/public/images/icon/premium/png-512/valentine-date-dinner-night-champagne-propose-copy-3310faef12f9b0bc-512x512.png" style="height: 100px; width: 100px;"/>
<div>   Dinner</div>
</a></li>
<li> <a href="#" class="drinks-beverages-head">
<img class="drinks-beverages" src="https://i.pinimg.com/736x/27/c5/1f/27c51f5ee23d6a8aaf675daf95a94677--icon-png-food-icons.jpg" style="height: 100px; width: 100px;"/>
<div>Drinks and Beverages</div>
</a></li>
<li><a href="#" class="pocket-delivary-head">
<img class="pocket-delivery" src="https://cdn2.iconfinder.com/data/icons/logistics-service/512/pizza_courier-2-512.png" style="height: 100px; width: 100px;"/>
<div>Pocket-Friendly Delivery</div>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-our-menu visible-xs">
<div class="container">
<div class="mobile-menu-content">
<h2 class="mobile-menu-heading">Menu</h2>
<div class="mobile-quick-search-head">
<h2 class="mobile-segment_heading">Quick Search</h2>
<div class="ui grid">
<div class="eight wide column" style="float:left;">
<ul class="mobile-list-box">
<li> <a href="#" class="mobile-breakfast-head">
<img class="mobile-breakfast" src="https://upload.wikimedia.org/wikipedia/commons/2/22/Orion_Fire_Logo.png" style="height: 100px; width: 100px;" />
<div style="text-align:center">Breakfast</div>
</a></li>
<br />
<li><a href="#" class="mobile-lunch-head">
<img class="mobile-lunch" src="http://static1.squarespace.com/static/5520899ee4b0c19f893fc740/5520adc5e4b01b8a469ba1bd/5852dba16a49634ea695d3ed/1512066895647/lunch+icon.gif?format=1000w" style="height: 100px; width: 100px;"/>
<div style="text-align:center">Lunch</div>
</a></li>
<br />
<li><a href="#" class="mobile-dinner-head">
<img class="mobile-dinner" src="https://cdn.iconscout.com/public/images/icon/premium/png-512/valentine-date-dinner-night-champagne-propose-copy-3310faef12f9b0bc-512x512.png" style="height: 100px; width: 100px;"/>
<div style="text-align:center">Dinner</div>
</a></li>
<br />
<li> <a href="#" class="mobile-drinks-beverages-head">
<img class="mobile-drinks-beverages" src="https://i.pinimg.com/736x/27/c5/1f/27c51f5ee23d6a8aaf675daf95a94677--icon-png-food-icons.jpg" style="height: 100px; width: 100px;"/>
<div style="text-align:center">Drinks and Beverages</div>
</a></li>
<br />
<li><a href="#" class="mobile-pocket-delivary-head">
<img class="mobile-pocket-delivery" src="https://cdn2.iconfinder.com/data/icons/logistics-service/512/pizza_courier-2-512.png" style="height: 100px; width: 100px;"/>
<div style="text-align:center">Pocket-Friendly Delivery</div>
</a></li>
<br />
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu Box 4 Ends -->
<!--Latest Neews Box 5 Starts -->
<div id="latest-news">
<div class="latest-news hidden-xs hidden-sm hidden-md">
<div class="container">
<h2 class="latest-heading" align="center">LATEST NEWS</h2>
<div class="post_list">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="https://wallpaperscraft.com/image/ice_cream_cone_lavender_dessert_101521_1080x1920.jpg" alt="Holiday trading hours" title="Holiday trading hours" style="height: 250px; width: 250px;" /></a>
</div>
<br />
<div class="postdetails">
<h4><a href="#">Holiday trading hours</a></h4>
<div class="post_excerpt">Join us at Amigo this Festive Season.</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="https://previews.123rf.com/images/kzenon/kzenon1109/kzenon110900094/10448785-two-chefs-in-teamwork---man-and-woman---in-a-restaurant-or-hotel-kitchen-cooking-delicious-food-he-i-Stock-Photo.jpg" alt="The plan to take Amigo to greater heights" title="The plan to take Quay to greater heights" style="height: 250px; width: 250px;" /></a>
</div>
<br />
<div class="postdetails">
<h4><a href="#">The plan to take Amigo to greater heights</a></h4>
<div class="post_excerpt">Amigo will undergo a major renovation to the restaurant and kitchen. </div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="http://istanbulnewyearsparty.com/wp-content/uploads/New-Year-Reina-Night-Club-6.jpg" alt="New Year’s Eve 2018" title="New Year’s Eve 2017" style="height: 250px; width: 250px;"/></a>
</div>
<br />
<div class="postdetails">
<h4><a href="#">New Year’s Eve 2018</a></h4>
<div class="post_excerpt">Celebrate a spectacular New Year’s Eve with absolute front row seats at Amigo, overlooking sparkling night of the New Year.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-latest-news visible-xs">
<div class="container">
<h2 class="mobile-latest-heading" align="center">LATEST NEWS</h2>
<div class="mobile-post_list" align="center">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="https://wallpaperscraft.com/image/ice_cream_cone_lavender_dessert_101521_1080x1920.jpg" alt="Holiday trading hours" title="Holiday trading hours" style="height: 250px; width: 250px;" /></a>
</div>
<div class="mobile-postdetails">
<h4><a href="#">Holiday trading hours</a></h4>
<div class="post_excerpt">Join us at Amigo this Festive Season.</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="https://previews.123rf.com/images/kzenon/kzenon1109/kzenon110900094/10448785-two-chefs-in-teamwork---man-and-woman---in-a-restaurant-or-hotel-kitchen-cooking-delicious-food-he-i-Stock-Photo.jpg" alt="The plan to take Amigo to greater heights" title="The plan to take Quay to greater heights" style="height: 250px; width: 250px;" /></a>
</div>
<div class="mobile-postdetails">
<h4><a href="#">The plan to take Amigo to greater heights</a></h4>
<div class="post_excerpt">Amigo will undergo a major renovation to the restaurant and kitchen. </div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="blog_image">
<a href="#"><img src="http://istanbulnewyearsparty.com/wp-content/uploads/New-Year-Reina-Night-Club-6.jpg" alt="New Year’s Eve 2018" title="New Year’s Eve 2017" style="height: 250px; width: 250px;"/></a>
</div>
<div class="mobile-postdetails">
<h4><a href="#">New Year’s Eve 2018</a></h4>
<div class="post_excerpt">Celebrate a spectacular New Year’s Eve with absolute front row seats at Amigo, overlooking sparkling night of the New Year.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Latest Neews Box 5 Ends -->
<!-- CONTACT Me Box 6 Starts -->
<div id="contact">
<div class="footer hidden-xs hidden-md hidden-sm">
<div class="footer-top">
<div class="container">
<div class="footer-logo">
<a href="#page-top">AMIGO RESTAURANT</a>
</div>
<div class="footer-items">
<div class="footer-menu footer-item">
<h3>Sitemap</h3>
<ul id="menu-sitemap" class="sitemap-menu"><li id="menu-item-40" class="menu-item"><a href="#">About</a></li>
<li id="menu-item-44" class="menu-item"><a href="#">Menu</a></li>
<li id="menu-item-43" class="menu-item"><a href="#">Gallery</a></li>
<li id="menu-item-45" class="menu-item"><a href="#">News</a></li>
<li id="menu-item-42" class="menu-item"><a href="#">Functions</a></li>
<li id="menu-item-990" class="menu-item"><a href="#">Gift Cards</a></li>
<li id="menu-item-41" class="menu-item"><a href="#">Contact</a></li>
</ul> </div>
<div class="location footer-item">
<h3>Location</h3>
<div class="address">Upper Level,<br />Overseas Bank, Rajiv Nagar<br />The Rocks, Hyderabad-500097<br />phone:<a href="tel:0292515600"> 08 9xx1 5xx0</a></div>
</div>
<div class="opening-hours footer-item">
<h3>Opening Hours</h3>
<div class="lunch-time"> <h4>Lunch service</h4>
Friday, Saturday and Sunday:<br />Bookings from 12pm - 1.30pm</div>
<div class="dinner-time"> <h4>Dinner service</h4>
Daily: Bookings from 6pm - 9.30pm</div>
</div>
<div class="social-media footer-item">
<h3>Connect With Us</h3>
<ul style="list-style: none;padding:5px">
<li><a href="https://www.facebook.com" target="_blank" class="fa fa-facebook"></a></li>
<li><a href="https://www.instagram.com" target="_blank" class="fa fa-instagram"></a></li>
<li><a href="https://www.youtube.com" target="_blank" class="fa fa-youtube"></a></li>
</ul>
</div>
<div class="subscription-form footer-item">
<aside class="widget"><h3>Sign up to receive news from Amigo</h3> <div class="textwidget"><p>Complete the form to receive information on the latest events,<br> news and special offers at Amigo.</p>
<input type="text" placeholder="Email address*">
<button><input type="submit" value="Subscribe" class="subscribe"></button>
</div>
</aside> </div>
</div>
</div>
</div>
</div>
<div class="footer visible-xs">
<div class="footer-top">
<div class="container">
<div class="footer-logo">
<a href="#page-top">AMIGO RESTAURANT</a>
</div>
<div class="footer-items">
<div class="mobile-location footer-item">
<h3>LOCATION</h3>
<div class="mobile-address">Upper Level,<br />Overseas Bank, Rajiv Nagar<br />The Rocks, Hyderabad-500097<br />phone:<a href="tel:0292515600"> 08 9xx1 5xx0</a></div>
</div>
<div class="mobile-opening-hours footer-item">
<h3>OPENING HOURS</h3>
<div class="mobile-lunch-time"> <h4>Lunch service</h4>
Friday, Saturday and Sunday:<br />Bookings from 12pm - 1.30pm</div>
<div class="mobile-dinner-time"> <h4>Dinner service</h4>
Daily: Bookings from 6pm - 9.30pm</div>
</div>
<div class="mobile-subscription-form footer-item">
<aside class="mobile-widget"><h3>Sign Up to Receive News from AMIGO</h3>
<div class="mobile-textwidget"><p>Complete the form to receive information on the latest events,<br> news and special offers at Amigo.</p>
<input type="text" placeholder="Email address*">
<button><input type="submit" value="Subscribe" class="mobile-subscribe"></button>
</div>
</aside>
</div>
<div class="mobile-social-media footer-item">
<h3>CONNECT WITH US</h3>
<ul style="list-style: none;padding:5px">
<li><a href="https://www.facebook.com" target="_blank" class="fa fa-facebook"></a></li>
<li><a href="https://www.instagram.com" target="_blank" class="fa fa-instagram"></a></li>
<li><a href="https://www.youtube.com" target="_blank" class="fa fa-youtube"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT Me Box 6 Ends -->
<!-- The End Box 7 Starts -->
<div class="footer-bottom">
<div class="container">
</br></br>
<div class="copyright">© 2017 Amigo Restaurant. All rights reserved.</div>
<div class="siteby">DESIGNED BY <a href="https://codepen.io/ArjunYadav/" target="_blank">ARJUN YADAV</a></div>
</div>
</div>
<!-- The End Box 7 Ends -->
</body>
</html>
/* Box 2 Starts */
/* Mobile Only */
.mobile-header-text{
background-image:url("https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQwzFtENSnorL3qfukhbbyZ0aY-1LVyr_Bk_SKh2wE14-xoQaTrz7lDwQowIA");
background-repeat: no-repeat;
background-size: 100% 100%;
text-align:center;
padding-bottom: 100px;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
font-weight: bold;
}
.mobile-section-main-title,.mobile-section-para{
color:#fff;
}
.mobile-section-main-title{
font-size:40px;
text-transform:uppercase;
font-weight:bold;
text-shadow:2px 2px 2px rgba(0,0,0,0.9);
}
.mobile-section-para{
font-size:18px;
padding-top:30px;
padding-bottom:100px;
font-weight:bold;
text-shadow:2px 2px 2px rgba(0,0,0,0.9);
}
.mobile-header-text-main.inner{
padding-top:100px;
}
/* Mobile Only */
.header-text{
background-image:url("https://www.dorchestercollection.com/wp-content/uploads/chef-series-bbq-chef-brandon-dearden-hba.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
text-align:center;
padding-bottom: 200px;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
font-weight: bold;
}
.section-main-title,.section-para{
color:#fff;
}
.section-main-title{
font-size:60px;
text-transform:uppercase;
font-weight:bold;
text-shadow:2px 2px 2px rgba(30,144,255,0.9);
}
.section-para{
font-size:28px;
padding-bottom:100px;
font-weight:bold;
text-shadow:2px 2px 2px rgba(0,128,0,0.9);
}
.header-text-main.inner{
padding-top:100px;
}
.our-story-para{
padding-top:20px;
color:#fff;
font-size:28px;
font-weight:bold;
text-shadow:2px 2px 2px rgba(0,128,0,0.9);
}
.our-story{
color:#fff;
font-weight:bold;
text-shadow:3px 3px 1px rgba(30,144,255,0.9);
}
/* Box 2 Ends */
/* Box 3 Starts */
/* Mobile only */
.mobile-perfection{
background-image:url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlMdI91MYf2XOp0yyOpyk5CY0MWUy4ilo1VKTkl0P8_2k2Ip-9eg");
background-size: 100% 100%;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}
.mobile-section-title{
padding-top:200px;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:40px;
font-weight: bold;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
.mobile-section-title-para{
text-align:center;
font-weight: bold;
color:#fff;
padding-top:40px;
padding-bottom:100px;
font-size:16px;
text-shadow:2px 2px 2px rgba(0,0,0,0.9);
}
#mobile-philosophy{
box-sizing:content-box;
text-align:center;
border:5px solid #fff;
text-transform:uppercase;
padding:2px;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
/* Mobile only*/
.perfection{
background-image:url("https://www.wholelifechallenge.com/wp-content/uploads/2017/05/flavor-notes.jpg");
background-size: 100% 100%;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}
.section-title{
padding-top:200px;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:84px;
font-weight: bold;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
.section-title-para{
text-align:center;
font-weight: bold;
color:#fff;
padding-top:60px;
padding-bottom:100px;
font-size:28px;
text-shadow:2px 2px 2px rgba(0,0,0,0.9);
}
#philosophy{
box-sizing:content-box;
text-align:center;
border:5px solid #fff;
text-transform:uppercase;
padding:2px;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
/* Box 3 Ends */
/* Box 4 Starts */
/* Mobile only */
.mobile-our-menu{
background:url("https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQu8XB3Xoypa7QVQg0CjUmWMNSPkYXEqv-Xj0BTQIoUHx-7G3V8b2NJLHit");
background-repeat:no-repeat;
background-size: 100% 100%;
opacity:0.8;
padding-bottom:300px;
}
.mobile-head-of-all ul li{
margin:5px;
padding-top:40px;
width: 170px;
height:10px;
float:left;
list-style:none;
}
.mobile-menu-heading{
font-size:50px;
color:#fff;
text-transform:uppercase;
text-align:center;
padding:50px 20px;
font-weight:bold;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
.mobile-segment_heading{
color:#fff;
font-weight:bold;
text-align:center;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
padding-bottom:60px;
}
.mobile-list-box li{
float:left;
padding: 10px 10px 10px 0px;
background:url("https://i0.wp.com/cdepatie.pnyhost.com/wp-content/uploads/2017/04/white-background-2.jpg");
margin-left:0;
opacity: 0.9;
display:block;
filter: alpha(opacity=90);
}
/* Mobile only */
.our-menu{
background:url("https://drscdn.500px.org/photo/97946787/m%3D900/v2?webp=true&sig=68534ad23edc603fc6bec7ad4971e74f063efa3d4b10d25de186ec87fd0df1a8");
background-repeat:no-repeat;
background-size: 100% 100%;
opacity:0.8;
padding-bottom:400px;
}
.head-of-all ul li{
margin:5px;
padding-top:40px;
width: 170px;
height:100px;
float: left;
list-style:none;
}
.menu-heading{
font-size:50px;
color:#fff;
text-transform:uppercase;
text-align:center;
padding:50px 20px;
font-weight:bold;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
.segment_heading{
color:#fff;
font-weight:bold;
text-align:center;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
padding-bottom:60px;
}
.list-box li{
float:left;
padding:100px 30px;
background:url("https://i0.wp.com/cdepatie.pnyhost.com/wp-content/uploads/2017/04/white-background-2.jpg");
opacity: 0.9;
width:220px;
filter: alpha(opacity=90);
}
/* Box 4 Ends */
/* Box 5 Starts */
/* Mobile Only */
.mobile-latest-news{
background-image: url("https://i.pinimg.com/736x/02/c1/b4/02c1b43868407cd6f7c142885eb95c46--mobile-wallpaper-wallpaper-backgrounds.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
opacity: 0.8;
filter: alpha(opacity=80);
padding-bottom:100px;
}
.mobile-latest-heading{
font-size:40px;
padding:60px 0px;
color:#fff;
font-weight: bold;
text-shadow:2px 2px 1px rgba(0,0,0,0.9);
}
.mobile-post_list{
display:block;
}
.mobile-postdetails{
color:#fff;
font-weight:bold;
text-shadow:2px 2px 2px rgba(0,0,0,0.9);
padding:30px 0px;
}
/* Mobile Only */
.latest-news{
background-image: url("http://avante.biz/wp-content/uploads/White-Abstract-Backgrounds/White-Abstract-Backgrounds-008.jpg");
background-repeat: no-repeat;
background-size:100% 100%;
opacity: 0.8;
filter: alpha(opacity=80);
padding-bottom:100px;
}
.latest-heading{
font-size:50px;
padding:80px;
color:#000;
font-weight: bold;
text-shadow:4px 4px 2px rgba(192,192,192,0.9);
}
.post_list{
padding-left:80px;
}
.postdetails{
color:#000;
font-weight:bold;
text-shadow:2px 2px 2px rgba(255,255,255,0.9);
}
/* Box 5 Ends */
/* Box Number 6 starts*/
/* Mobile Only */
.mobile-location.footer-item{
display:block;
text-align:center;
}
.mobile-address{
padding-top:25px;
}
.mobile-opening-hours.footer-item{
display:block;
text-align:center;
}
.mobile-lunch-time{
padding-top:10px;
}
.mobile-dinner-time{
padding-top:10px;
}
.mobile-social-media.footer-item{
display:block;
text-align:center;
}
.mobile-subscription-form.footer-item{
display:block;
color:#fff;
text-align:center;
}
.mobile-textwidget{
padding:20px 0px;
}
.mobile-social-media, .mobile-location, .mobile-opening-hours{
padding-right:10px;
color:#fff;
}
.mobile-social-media li{
display:inline;
padding:5px;
}
.mobile-footer-logo{
text-align:center;
font-size:30px;
font-weight:bold;
text-shadow:2px 2px 2px rgba(47,79,79,0.9);
padding-bottom:40px;
}
.mobile-footer-top{
background-color:#24252A; padding:85px 0 85px; position:relative;
}
.mobile-subscribe{
color:#000;
background-color:#fff;
width:100px;
}
/* Mobile Only */
.location.footer-item{
float:left;
text-align:center;
}
.address{
padding-top:25px;
}
.opening-hours.footer-item{
float:left;
text-align:center;
}
.lunch-time{
padding-top:10px;
}
.dinner-time{
padding-top:10px;
}
.footer-menu.footer-item{
float:left;
text-align:center;
}
.social-media.footer-item{
float:left;
text-align:center;
}
.subscription-form.footer-item{
float:right;
color:#fff;
text-align:center;
}
.textwidget{
padding:20px 0px;
}
.footer-menu, .social-media, .location, .opening-hours{
padding-right:10px;
color:#fff;
}
.fa {
padding: 10px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
border-radius:50%;
}
.social-media li{
display:inline;
padding:5px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-youtube {
background: #f00;
color: white;
}
.fa-instagram {
background: HOTPINK;
color: white;
}
.footer-logo{
text-align:center;
font-size:30px;
font-weight:bold;
text-shadow:2px 2px 2px rgba(47,79,79,0.9);
padding-bottom:40px;
}
.footer-top{
background-color:#24252A; padding:85px 0 85px; position:relative;
}
.subscribe{
color:#000;
background-color:#fff;
width:100px;
}
button{
background-color:#24252A;
border:none;
}
/* Box Number 6 Ends */
/* Box Number 7 Starts */
.footer-bottom {
background-color:#282934; padding:25px 0; text-align:center;
text-shadow:4px 4px 2px rgba(0,0,0,0.9);
}
.copyright,.siteby {
color:#fff;
}
/* Box Number 7 Ends*/
Also see: Tab Triggers