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.
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href='./css/main.css' />
<link rel="shortcut icon" href="img\logo\Garcia Tavern-logos.jpeg" />
<script src="./js/anime.min.js"></script>
<script src="js/intro.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
<title>Gacias Tavern </title>
</head>
<body>
<!-- animated nav bar -->
<div class="navBar" id="nv">
<nav>
<i class="bi bi-justify" onclick="alert('heelo')" id="hamMenu"></i>
<ul>
<!-- main nav section -->
<li><a href='?page=home'>HOME </a></li>
<li><a href='?page=menu'>MENU </a></li>
<li><a href='?page=ourstory'>OUR STORY </a></li>
<li><a href='?page=contactus'>CONTACT US </a></li>
<!-- icons social and phone -->
<li class="socialIcon"><a href="call:111-111-111"><i class="bi bi-telephone-forward"></i></a></li>
<li class="socialIcon"><a href="instgram.com/example"><i class="bi bi-instagram"></i></a></li>
<li class="socialIcon"><a href="mailto:example@example.com"><i class="bi bi-envelope-fill"></i></a></li>
</ul>
</nav>
</div>
<div class="header">
<!-- main logo !-->
<div class="IntroMsg">
<img alt="Garcia Taverns where food meets passion"
class="logo" src="https://i.ibb.co/WK9hkx8/Garcia-Tavern-logos-transparent.png" id="introLogo" width="200" height="200" />
</div>
<!-- subject-->
<div class='IntroMsg'>
<h1> Stunning food, Amazing Quaility </h1>
</br>
<span>
Let us host your next special occassion
</span>
<h2>
<a href="call:111-111-111" style="text-decoration: none; color: white;"> <i class="bi bi-telephone-forward-fill"> <span> Contact US today </span></i></a>
</h2>
</div>
<!-- review name-->
<!-- title system for content-->
<div class="menu">
<div class="menuIntro">
<!-- img tile system -->
<img src="https://i.ibb.co/QCxY7FT/michael-discenza-Mxfcoxyc-H-Y-unsplash.jpg"/>
<img src="https://i.ibb.co/cNrYC6S/izabela-rutkowski-Nme6-Tb-Wu-Vp-A-unsplash.jpg" />
</div>
<!-- menu layout-->
<section id="home-menu">
<h2>DRINK MENU</h2>
<h3> Sprits, wine, and beer</h3>
<ul>
<li>
<span class="dish">Vodka 1oz</span>
<span class="Price">$6</span>
<span class="Description">VODKA and choice of juice or soda.</span>
</li>
<li>
<span class="dish">Rum 1oz.</span>
<span class="Price">$6</span>
<span class="Description">RUM and choice of juice or soda.</span>
</li>
<li>
<span class="dish">Whisky 1oz.</span>
<span class="Price">$6</span>
<span class="Description">Whisky and choice of juice or soda.</span>
</li>
<li>
<span class="dish">Tequila 1oz.</span>
<span class="Price">$6</span>
<span class="Description">Tequila served with juice or soda.</span>
</li>
<li>
<span class="dish">Red wine.</span>
<span class="Price">$8</span>
<span class="Description">8oz Red wine, ask server for our wine selection. </span>
</li>
<li>
<span class="dish">White wine.</span>
<span class="Price">$8</span>
<span class="Description">8oz white wine, ask server for our wine selection.</span>
</li>
<li>
<span class="dish">Sparkling wine .</span>
<span class="Price">$12</span>
<span class="Description">8oz sparking wine glass of your choice.</span>
</li>
<li>
<span class="dish">Domestic and foreign beer .</span>
<span class="Price">$6 - $8</span>
<span class="Description">Domestic and foreign beer of you choice</span>
</li>
</ul>
</section>
<!-- end of menu layout -->
</div>
<div class="menu">
<div class="menuIntro">
<img id="caption_img"src="https://i.ibb.co/9g9yg5G/chad-montano-l-P5-MCM6n-Z5-A-unsplash.jpg" />
<img id="caption_img" src="https://i.ibb.co/q1HKkyL/ella-olsson-4d-Qia-WKi-L-Y-unsplash.jpg" />
</div>
<section id="home-menu">
<h2>FOOD MENU</h2>
<h3> Entrees, mains, and handhelds</h3>
<ul>
<li>
<span class="dish">Nachos</span>
<span class="Price">$12</span>
<span class="Description">cheese, onions, tomotoes.
</span>
</li>
<li>
<span class="dish">Tacos.</span>
<span class="Price">$12</span>
<span class="Description">chicken or beef with your choice of side.</span>
</li>
<li>
<span class="dish">Chicken rice bowl.</span>
<span class="Price">$16</span>
<span class="Description">
brown rice, and veggies, served with choice or sauce
</span>
</li>
<li>
<span class="dish">Grilled chicken</span>
<span class="Price">$15</span>
<span class="Description">
Juicy grilled chicken served with choice of sauce.
</span>
</li>
<li>
<span class="dish">Steak and fired beans.</span>
<span class="Price">$15</span>
<span class="Description">Steak and your choice of side.</span>
</li>
<li>
<span class="dish">burrito.</span>
<span class="Price">$12</span>
<span class="Description">Your choice of beef or chicken.</span>
</li>
</ul></section></div>
<div class="menu">
<div class="menuIntro">
<img src="https://i.ibb.co/GJ0Q03Q/camille-paralisan-rq-NIBr-DGnh4-unsplash.jpg" />
<img src="https://i.ibb.co/rsxRJMX/oscar-nord-5-CPn8-NE2-Tc-unsplash.jpg" />
</div>
<section id="home-menu">
<h2>DESERT MENU</h2>
<h3> Deserts and sweets</h3>
<ul>
<li>
<span class="dish">Chocolate cake .</span>
<span class="Price">$7</span>
<span class="Description">Loaded Chocolate cake with fudge topping.</span>
</li>
<li>
<span class="dish">NY cheesecake.</span>
<span class="Price">$12</span>
<span class="Description">NY cheesecake toped with strawberry topping.</span>
</li>
<li>
<span class="dish">Apple pie.</span>
<span class="Price">$6</span>
<span class="Description">Warm apple pie tooped with icecream.</span>
</li>
<li>
<span class="dish">Churros.</span>
<span class="Price">$7</span>
<span class="Description">pancake mix, water, oil, sugar, cinnamon.</span>
</li>
<li>
<span class="dish">Sopaipillas</span>
<span class="Price">$7</span>
<span class="Description">Light, crispy pastry puffs, sopaipillas are a sweet way to round out a spicy meal.</span>
</li>
<li>
<span class="dish">Creamy Caramel Flan.</span>
<span class="Price">$12</span>
<span class="Description">A small slice of this impressively rich, creamy, caramel flan dessert goes a long
way.</span>
</li>
<li>
<span class="dish">Shortcut Tres Leches Cake</span>
<span class="Price">$12</span>
<span class="Description">My mom's favorite cake is tres leches, a butter cake soaked in three kinds of milk. </span>
</li>
<li>
<span class="dish">Pressure-Cooker Pumpkin Flans</span>
<span class="Price">$14</span>
<span class="Description">This silky, smooth dessert captures the essence and elegance of fall. </span>
</li>
</ul></section></div></div>
<!-- coded by cryptograghi 2021 aka oliver shwaba :) -->
* color varibles for the page */
/*------------------------------------------------------------------
style template for mexican resturant
author: cryptograghi
*/
root {
--font: slategrey;
--background: wheat;
--menuColor: slategrey;
}
body {
width: auto;
background-image: url('https://images.unsplash.com/photo-1606625736768-f521ab7e23fb?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=jeswin-thomas-PtfRiBumfQU-unsplash.jpg');
background-repeat: no-repeat;
background-size: cover;
color: white;
background-color: wheat;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* nav bar styling */
.navBar {
margin-bottom: 20px;
width: 100%;
height: auto;
position: fixed;
left: 0;
top: 0;
display: inline-block;
z-index: 1;
background-color: rgba(0, 0, 0, 0.541);
}
.navBar a {
text-decoration: none;
color: white;
}
img {
margin: 10px;
}
i {
font-size: 20px;
}
i:hover,
a:hover {
color: dodgerblue;
cursor: pointer;
}
.navBar nav li {
padding: 10px;
margin: 20px;
list-style-type: none;
display: inline-block;
}
#hamMenu {
visibility: hidden;
}
/* grid system for the webpage */
.header {
width: 80%;
height: auto;
position: absolute;
top: 10%;
left: 5%;
display: grid;
grid-template-rows: 1fr;
}
.header>div {
margin-top: 10%;
max-width: 100%;
}
.IntroMsg {
margin: 20px;
position: relative;
width: 100%;
left: 5%;
top: -20%;
text-align: center;
padding: 10px;
height: auto;
opacity: 0.9;
background-color: transparent;
border-radius: 10px;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
}
/* for image seperation */
.story {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.imgContainer {
width: 90%;
height: fit-content;
position: relative;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
color: white;
}
.imgContainer>div {
margin: 10px;
}
.menuIntro>img {
width: 75%;
border-radius: 10%;
height: auto;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
filter: blur(0.5px);
}
.menuIntro {
text-align: center;
color: rgb(39, 39, 39);
border-radius: 10px;
}
.menu {
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
width: 100%;
left: 0%;
text-align: center;
padding: 20px;
opacity: 0.9;
background-color: rgba(100, 98, 98, 0.288);
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
@media only screen and (max-width: 600px) {
.menu,
.form {
grid-template-rows: 1fr;
grid-template-columns: 1fr;
position: relative;
top: -5%;
}
.logo {
width: 200px;
height: 200px;
}
html {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
h2,
h1 {
font-size: 18px;
}
.navBar,
.navBar nav li {
width: 100%;
height: 100%;
display: block;
}
#hamMenu {
visibility: visible;
color: white;
font-size: 25px;
z-index: -1;
}
}
.form {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
position: relative;
width: 100%;
left: 0%;
top: 40px;
text-align: center;
padding: 20px;
opacity: 0.9;
background-color: rgba(100, 98, 98, 0.288);
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.form input {
padding: 10px;
border: none;
border-radius: 5px;
width: 80%;
opacity: 0.9;
margin: 10px;
}
.form span {
margin: 10px;
}
.form button {
width: 60%;
position: relative;
left: 2%;
margin: 5px;
font-size: 20px;
border: none;
border-radius: 5px;
color: white;
text-shadow: 0.5px 0.5px black;
background-color: rgb(109, 103, 93);
padding: 10px;
}
.form button:hover {
cursor: pointer;
box-shadow: 0px 3px 6px slategray;
}
.form button:active {
background-color: rgba(30, 96, 161, 0.801);
border: none;
}
#home-menu ul {
background-color: white;
border-radius: 5px;
list-style: none;
padding: 30px;
}
#home-menu h2 {
text-shadow: 0.5px 0.5px black;
}
#home-menu ul:after {
content: "";
clear: both;
display: block;
}
#home-menu li {
float: left;
width: 50%;
padding: 0;
margin: 20px 0 20px 8%;
border-bottom: 1px solid slategray;
}
.dish {
float: left;
color: #555;
font-weight: bold;
position: relative;
z-index: 1;
background-color: transparent;
padding-right: 15px;
}
.Price {
float: right;
color: #555;
font-weight: bold;
position: relative;
background-color: transparent;
padding-left: 15px;
}
.Description {
clear: both;
display: block;
color: #999;
font-style: italic;
font-size: 14px;
padding-top: 10px;
position: relative;
top: -8px;
}
.logo {
animation: windowsFly ease-out 3s;
box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 4px rgb(255, 255, 255), 0.3em 0.3em 4em rgba(0, 0, 0, 0.3);
}
/* image animation for resturant*/
@keyframes windowsFly {
0% {
filter: blur(10px);
opacity: 0;
width: 0px;
}
50% {
filter: blur(5px);
opacity: 0.5;
width: 50%;
}
100% {
opacity: 1;
}
}
Also see: Tab Triggers