<section lang="en">
<h1>Cooking Instructions - <span lang="fr">Mode De Cuisson</span></h1>
<h2>Conventional Oven</h2>
<p>Cook from frozen.
<ol>
  <li><strong>Preheat</strong> your oven to 220°C (425°C). 
  <li><strong>Cook</strong> Remove the cardboard sleeve and peel off the film lid. Place on a baking tray and cook on the middle shelf for 55 minutes until bubbing and cooked through. Remove from the oven and leave to rest for 10 minutes before serving. Some ovens are faster than others, so keep an eye on your meal and ensure it’s piping hot before serving. The pie is cooked when an internal temperature of 74°C (165°F) is reached. <li><strong>Serve</strong>
</ol>
</section>
@font-face {
		font-family: 'Libertad Book';
		src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/TipoType_-_Libertad-Book.woff') format('woff');
		font-style: normal;
		font-weight: 400;
		}
body { 
  font-family: Libertad Book, sans-serif; 
}
section { 
  width: 50%;
  margin: 0 auto;
  @media all and (max-width: 800px) {
    width: 100%;
  }
}
h1, h2, p, ol, li { 
  font-size: 1.4rem;
}
h1, h2, strong {
  text-transform: uppercase;
}
h1 { 
  text-align: center;
  background: #000;
  color: #fff;
}
h2, p, ol, li { 
  display: inline;
}
ol { 
  padding-left: 0;
  line-height: 1.6;
}
ol li { 
  margin-left: 2rem;
}
ol li:before {
	position: absolute;
	font-size: 2rem;
	font-weight: 100;
  margin-left: -2rem;
  margin-top: -.5rem;
}
ol li:nth-child(1):before { content: '\2776'; }
ol li:nth-child(2):before { content: '\2777'; }
ol li:nth-child(3):before { content: '\2778'; }
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.