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.
.main-content
.recipe-wrapper
.navigation
i.js-navigate.js-left.disabled.icon-arrow-left-circle.icons
i.js-navigate.js-right.icon-arrow-right-circle.icons
.recipe-image
.recipe.active
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/WakeUpAndSmellCoffeePie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/LifesARockyRoadPie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/PeachyKeenPie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/WhiskWayPie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/KeyToHappinessPie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/GettingOutOfMudPie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/ApplePie.png")
.recipe
img.pie-photo(src="https://meowlivia.s3.us-east-2.amazonaws.com/codepen/Waitress/ThanksForTakingMePie.png")
.recipe-content
.recipe.active.blue
.recipe-page 1/8
.recipe-content-inner
h1.pie-name Wake Up and Smell the Coffee Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Coffee cream pie. This one’ll give you extra reason to get out of bed in the morning.
.pie-cta See recipe
.recipe
.recipe-page 2/8
.recipe-content-inner
h1.pie-name Life's A Rocky Road Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes 12 (4-ounce) pies
.pie-context Rocky road macadamia mousse pies with white chocolate chips.
.pie-cta See recipe
.recipe.orange
.recipe-page 3/8
.recipe-content-inner
h1.pie-name Life's Just Peachy Peachy Keen Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Polka-Dot Peach Pie, bursting with sugar and sunshine.
.pie-cta See recipe
.recipe.yellow
.recipe-page 4/8
.recipe-content-inner
h1.pie-name When There's A Whisk, There's A Way Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Lemon meringue pie. When life gives you lemons, bake them up in a pie.
.pie-cta See recipe
.recipe.green
.recipe-page 5/8
.recipe-content-inner
h1.pie-name Key (Lime) to Happiness Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Key lime pie, with a taste of tequila for extra happiness.
.pie-cta See recipe
.recipe.brown
.recipe-page 6/8
.recipe-content-inner
h1.pie-name Getting Out of the Mud Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Frozen mud pie, made with an avalanche of ice-cream topped with chocolate fudge.
.pie-cta See recipe
.recipe.red
.recipe-page 7/8
.recipe-content-inner
h1.pie-name The Apple of My Eye Rum Raisin Pies
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes 6 hand pies
.pie-context Creamy inside with sharp bursts of sweetness from the raisins and apples.
.pie-cta See recipe
.recipe.pink
.recipe-page 8/8
.recipe-content-inner
h1.pie-name Thanks For Taking Me To The Moon Pie
.pie-serving
svg(x="0px" y="0px" viewBox="0 0 463 463")
g
path(d="M463,223.5c0-12.958-10.542-23.5-23.5-23.5c-2.071,0-4.028,0.115-5.904,0.303c-0.666-0.194-1.368-0.303-2.097-0.303 c-10.792,0-27.144-9.703-46.077-20.938C349.109,157.513,299.375,128,231.5,128s-117.609,29.513-153.923,51.062 C58.644,190.297,42.292,200,31.5,200c-0.729,0-1.432,0.109-2.098,0.303C27.527,200.115,25.571,200,23.5,200 C10.542,200,0,210.542,0,223.5c0,12.742,10.196,23.141,22.857,23.484l28.668,57.337c9.461,18.924,28.482,30.68,49.64,30.68h260.669 c21.157,0,40.179-11.756,49.641-30.68l28.668-57.337C452.804,246.642,463,236.242,463,223.5z M85.231,191.961 C120.052,171.299,167.74,143,231.5,143s111.448,28.299,146.269,48.961c11.706,6.946,22.083,13.101,31.5,17.299 c-1.875,1.28-3.509,2.527-4.918,3.609c-4.073,3.13-4.073,3.13-6.495,3.13c-2.426,0-2.426,0-6.506-3.136 C385.086,208.053,374.603,200,356.208,200c-18.393,0-28.872,8.057-35.135,12.872C317.005,216,317.005,216,314.59,216 c-2.399,0-2.399,0-6.462-3.127C301.87,208.058,291.396,200,273.008,200c-18.382,0-28.855,8.051-35.13,12.874 C233.817,216,233.817,216,231.406,216c-2.407,0-2.407,0-6.466-3.124C218.681,208.06,208.204,200,189.813,200 s-28.868,8.06-35.129,12.877C150.625,216,150.625,216,148.219,216c-2.403,0-2.403,0-6.466-3.127 C135.495,208.058,125.021,200,106.629,200c-18.395,0-28.866,8.061-35.127,12.881C67.45,216,67.45,216,65.055,216 c-2.391,0-2.391,0-6.438-3.117c-1.405-1.083-3.036-2.331-4.908-3.613C63.132,205.073,73.516,198.913,85.231,191.961z M398.059,297.613C391.154,311.422,377.273,320,361.834,320H101.166c-15.439,0-29.319-8.579-36.224-22.388L45.94,259.61 c5.18,1.981,11.451,3.39,19.115,3.39c18.391,0,28.862-8.061,35.117-12.877C104.23,247,104.23,247,106.629,247 c2.407,0,2.407,0,6.47,3.127c6.258,4.815,16.732,12.873,35.12,12.873c18.392,0,28.868-8.06,35.129-12.877 c4.058-3.123,4.058-3.123,6.465-3.123s2.407,0,6.466,3.124c6.26,4.816,16.736,12.876,35.128,12.876 c18.382,0,28.855-8.051,35.13-12.874c4.061-3.126,4.061-3.126,6.472-3.126c2.403,0,2.403,0,6.46,3.123 C285.724,254.939,296.195,263,314.59,263c18.393,0,28.872-8.057,35.135-12.872c4.067-3.128,4.067-3.128,6.482-3.128 c2.426,0,2.426,0,6.506,3.136C368.977,254.948,379.46,263,397.856,263c7.712,0,14.018-1.424,19.221-3.423L398.059,297.613z M439.5,232c-2.58,0-4.67,0.314-6.5,0.865c-0.053,0.017-0.107,0.03-0.16,0.048c-3.425,1.066-5.934,2.984-8.988,5.33 c-5.36,4.118-12.701,9.757-25.997,9.757c-13.299,0-20.643-5.641-26.009-9.763c-4.711-3.621-8.116-6.237-15.639-6.237 c-7.516,0-10.918,2.617-15.626,6.238c-5.358,4.12-12.697,9.762-25.991,9.762c-13.29,0-20.62-5.643-25.973-9.764 c-4.704-3.621-8.103-6.236-15.609-6.236c-7.516,0-10.916,2.618-15.63,6.247c-5.355,4.116-12.688,9.753-25.972,9.753 c-13.289,0-20.625-5.644-25.98-9.764c-4.704-3.621-8.103-6.236-15.613-6.236s-10.909,2.616-15.612,6.235 c-5.356,4.121-12.692,9.765-25.981,9.765c-13.285,0-20.619-5.642-25.977-9.764c-4.704-3.621-8.103-6.236-15.613-6.236 c-7.503,0-10.901,2.616-15.606,6.237C85.67,242.357,78.34,248,65.055,248c-13.288,0-20.613-5.644-25.973-9.774 c-3.029-2.331-5.522-4.239-8.915-5.305c-0.055-0.019-0.111-0.033-0.167-0.05c-1.83-0.555-3.918-0.871-6.5-0.871 c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5,8.5-8.5c13.288,0,20.613,5.644,25.963,9.767c4.699,3.619,8.095,6.233,15.592,6.233 c7.499,0,10.895-2.614,15.603-6.237c5.352-4.12,12.682-9.763,25.972-9.763c13.289,0,20.623,5.642,25.98,9.764 c4.704,3.621,8.103,6.236,15.609,6.236c7.511,0,10.909-2.616,15.612-6.235c5.356-4.121,12.692-9.765,25.981-9.765 s20.625,5.644,25.98,9.764c4.704,3.621,8.103,6.236,15.613,6.236c7.516,0,10.916-2.618,15.63-6.247 c5.355-4.116,12.688-9.753,25.972-9.753c13.285,0,20.619,5.642,25.977,9.764c4.705,3.62,8.104,6.236,15.606,6.236 c7.516,0,10.918-2.617,15.626-6.238c5.358-4.12,12.697-9.762,25.991-9.762c13.299,0,20.643,5.641,26.009,9.764 c4.711,3.621,8.116,6.236,15.639,6.236c7.52,0,10.924-2.616,15.644-6.243c5.36-4.118,12.701-9.757,26-9.757 c4.687,0,8.5,3.813,8.5,8.5S444.188,232,439.5,232z")
path(d="M231.5,199c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24 C224,195.642,227.358,199,231.5,199z")
path(d="M274.197,188.803c1.464,1.464,3.384,2.197,5.303,2.197s3.839-0.732,5.303-2.197c2.929-2.929,2.929-7.678,0-10.606l-16-16 c-2.929-2.929-7.678-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606L274.197,188.803z")
path(d="M183.5,191c1.919,0,3.839-0.732,5.303-2.197l16-16c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0 l-16,16c-2.929,2.929-2.929,7.678,0,10.606C179.661,190.268,181.581,191,183.5,191z")
p Makes one 9½-inch pie
.pie-context Peanut butter cream topped with whipped cream and MoonPies.
.pie-cta See recipe
aside.context
.explanation
| 🥧 Pies from the
a(href="https://waitressthemusical.com" target="_blank") Waitress Musical
| 🥧
br
| Check out the
a(href="https://codepen.io/oliviale/full/GPXozx" target="_blank") recipe layout here.
footer
a(href="https://twitter.com/meowlivia_" target="_blank")
i.icon-social-twitter.icons
a(href="https://github.com/oliviale" target="_blank")
i.icon-social-github.icons
a(href="https://dribbble.com/oliviale" target="_blank")
i.icon-social-dribbble.icons
body {
background: #3a506b;
font-family: "Raleway";
}
.main-content {
max-width: 800px;
margin: 5em auto 3em;
position: relative;
padding: 3em;
}
:root {
--color: coral;
}
.blue {
--color: #08b2e3;
}
.yellow {
--color: #edae49;
}
.orange {
--color: #f18805;
}
.green {
--color: #76b041;
}
.brown {
--color: #916953;
}
.red {
--color: #e3655b;
}
.pink {
--color: #ec318c;
}
.recipe-wrapper {
display: flex;
flex-wrap: wrap;
background: #fff;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
align-self: stretch;
.recipe-image {
flex: 4;
overflow: hidden;
position: relative;
background: #fcfcfc;
}
.pie-photo {
max-width: 150%;
position: absolute;
right: 0;
bottom: 120%;
transition: all 600ms cubic-bezier(1, 0, 0, 1);
}
.recipe-content {
background: #fff;
flex: 5;
padding: 7%;
text-align: center;
min-height: 400px;
overflow: hidden;
position: relative;
}
.navigation {
position: absolute;
right: -10px;
top: 60px;
font-size: 30px;
text-align: center;
color: #fff;
i {
margin: 8px;
display: block;
opacity: 0.6;
cursor: pointer;
&:hover {
opacity: 1;
}
&.disabled {
opacity: 0.2;
pointer-events: none;
}
}
}
.recipe-page {
font: 400 28px "Playfair Display", cursive;
position: absolute;
top: 10px;
right: 20px;
color: #999;
opacity: 0;
transition: all 600ms cubic-bezier(1, 0, 0, 1);
}
.recipe-content-inner {
transition: all 600ms cubic-bezier(1, 0, 0, 1);
top: 150%;
position: absolute;
left: 0;
margin: 0 10%;
right: 0;
}
}
.recipe.active {
.recipe-page {
opacity: 1;
}
.pie-photo {
bottom: -5%;
}
.recipe-content-inner {
top: 12%;
}
}
.pie-name {
font: 900 35px Raleway;
text-transform: uppercase;
margin: 20px 0 5px;
letter-spacing: 2px;
color: var(--color);
position: relative;
&:before {
content: "";
position: absolute;
}
}
.pie-context {
font: 400 18px/1.3 "Raleway";
color: #999;
margin: 40px 20px;
}
.pie-serving {
font: 400 16px Raleway;
color: var(--color);
border: 0.5px solid var(--color);
border-width: 0.5px 0;
margin: 20px auto;
max-width: 300px;
svg {
width: 40px;
path {
fill: var(--color);
}
}
p {
display: inline-block;
vertical-align: top;
margin: 12px 6px 6px;
}
}
.pie-cta {
display: block;
padding: 15px;
border-radius: 40px;
background: var(--color);
max-width: 180px;
font-size: 20px;
color: #fff;
position: relative;
margin: auto;
top: 0;
transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
&:hover {
top: -5px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
}
aside.context {
text-align: center;
color: #fff;
line-height: 2;
a {
text-decoration: none;
color: #fff;
padding: 3px 0;
border-bottom: 1px dashed;
&:hover {
border-style: solid;
}
}
.explanation {
max-width: 700px;
margin: 2em auto;
}
}
footer {
text-align: center;
margin: 5em auto;
width: 100%;
a {
text-decoration: none;
display: inline-block;
width: 45px;
height: 45px;
border-radius: 50%;
background: transparent;
border: 1px dashed #fff;
color: #fff;
margin: 5px;
&:hover {
background: rgba(255, 255, 255, 0.1);
}
.icons {
margin-top: 12px;
display: inline-block;
font-size: 20px;
}
}
}
@media (max-width: 750px) {
.recipe-wrapper .pie-photo {
max-width: 180%;
}
}
/* For Mobile
@media (max-width: 750px) {
.recipe-wrapper {
.recipe-image, .recipe-content {
flex: 1 1 100%;
}
.recipe-image {
height: 300px;
}
.pie-photo {
max-width: 100%;
}
}
.recipe.active .pie-photo {
bottom: -30%;
}
}
@media (max-width: 500px) {
.recipe-wrapper .recipe-content {
min-height: 550px;
}
}
*/
$(".js-navigate").on("click", function() {
$(".js-navigate").removeClass("disabled");
var current = $(".recipe.active");
var findNext = $(current).next(".recipe");
var findPrev = $(current).prev(".recipe");
var button = $(this);
$(current).removeClass("active");
setTimeout(function() {
if ($(button).hasClass("js-right")) {
$(findNext).addClass("active");
checkForDisable();
} else if ($(button).hasClass("js-left")) {
$(findPrev).addClass("active");
checkForDisable();
}
}, 300);
});
function checkForDisable() {
var current = $(".recipe.active");
if ($(current).is(".recipe:last")) {
$(".js-right").addClass("disabled");
} else if ($(current).is(".recipe:first")) {
$(".js-left").addClass("disabled");
}
}
Also see: Tab Triggers