added new episode class

This commit is contained in:
alicestrt 2021-09-13 11:58:29 +02:00
parent c514add79d
commit 73d39f3997
2 changed files with 26 additions and 1 deletions

View File

@ -15,9 +15,24 @@
<img src="ROR.png" alt="logo"> <img src="ROR.png" alt="logo">
</div> </div>
<div class="episode">
<h2>Episode 1</h2> <h2>Episode 1</h2>
<span class="description"> <span class="description">
Potato recipe Potato hummus/spread recipe:
<ul>
<li>1 kg potatoes</li>
<li>1 onion</li>
<li>Sunflower oil</li>
<li>200g ricotta</li>
<li>4 very fresh eggs</li>
</ul>
</span> </span>
</div>
<div class="episode">
<h2>Episode 2</h2>
<span class="description">
On recipe notebooks
</span>
</div>
</body> </body>
</html> </html>

View File

@ -50,6 +50,16 @@ h2 {
.description { .description {
margin-left: 5%; margin-left: 5%;
font-family: 'Open Sans', sans-serif;
}
.episode {
margin-bottom: 20px;
}
ul {
margin-left: 5%;
} }
.gif { .gif {