Skip to content

Instantly share code, notes, and snippets.

var fruits = [
'assets/images/avocado.png',
'assets/images/banana.png',
'assets/images/cherries.png',
'assets/images/coconut.png',
'assets/images/grapes.png',
'assets/images/green-apple.png',
'assets/images/kiwi.png',
'assets/images/lemon.png',
'assets/images/mango.png',
<ul class="mysterious-fruit">
<li class="piece"></li>
<li class="piece"></li>
<li class="piece"></li>
<li class="piece"></li>
</ul>
<!--
If you want my weather on your site,
put this right before the closing of the head part of your page.
Enjoy!
-->
<script src="https://dl.dropboxusercontent.com/u/9299006/Script/global.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
body {
background: yellow;
}
<link rel="stylesheet" href="style.css" />
<div class="my-cool-class">
<div class="my-outer-class">
Hello, I am the outer text!
<div class="my-inner-class">
Hey, I am the inner text.
</div>
</div>