http://codepen.io/pen/
Underlined can be changed
Html
<h1> this is working</h1> change the number for different bits
Paragraph <p> this is year one games class</p>
<p class=”awesome”> wow you look awesome</p>
<div class="pineapple"> <h1> anything in </h1></div>
CSS
h2{color:green;font-size:48px;}
.awesome{color:purple;font-size:60px;}
.pineapple{width:50%;
background-color: orange; height:75px;}
<div class="uno"> <h1> hello</h1></div>
.uno{width:100%; backgroud-color: purple; background-image:url("http://www.intrawallpaper.com/static/images/abstract-mosaic-background.png");height 300px}
<div> for structure
*div can be moved
No comments:
Post a Comment