Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | label:hover { | ||
+ | color: #000; | ||
+ | } | ||
+ | #expand { | ||
+ | height: 0px; | ||
+ | overflow: hidden; | ||
+ | transition: height 0.5s; | ||
+ | color: #FFF; | ||
+ | } | ||
+ | #toggle:checked ~ #expand { | ||
+ | height: 250px; | ||
+ | } | ||
+ | #toggle:checked ~ label::before { | ||
+ | content: "-"; | ||
+ | } | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <h2>Notebook </h2> | ||
+ | <input id="toggle" type="checkbox" checked> | ||
+ | <label for="toggle"><h2>Week 1: May </h2></label> | ||
+ | <div id="expand"> | ||
+ | <section> | ||
+ | <p>Began modeling Theromostability</p> | ||
+ | </section> | ||
+ | </div> | ||
+ | </body> | ||
+ | </body> | ||
<div class="column full_size"> | <div class="column full_size"> |
Revision as of 17:16, 12 October 2017
Notebook
Began modeling Theromostability