Element -- selects all h2 elements on the page
h2 {
foo: bar;| <div class="phone"> | |
| <h1>iPhone 6</h1> | |
| <div class="screen"></div> | |
| <div class="home-button"></div> | |
| </div> |
| This exercise will show you how lists can be created using HTML. |
| /** | |
| * The first commented line is your codelet’s title | |
| */ | |
| p { | |
| color: #f06123; | |
| font: italic 123% Georgia, serif; | |
| transition: 1s cubic-bezier(.2,.6,.8,.8); | |
| width: 400px; | |
| } |