Created
November 14, 2012 14:46
-
-
Save xfun68/4072526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Let's paint a triangle!</title> | |
| <link rel="stylesheet" href="css/session.css"> | |
| </head> | |
| <body> | |
| <div id="section-1"> | |
| <div id="triangle" class="object triangle"></div> | |
| </div> | |
| <div id="section-2"> | |
| <div id="trapezoid-1" class="trapezoid object"></div> | |
| <div id="trapezoid-2" class="trapezoid object"></div> | |
| </div> | |
| <div id="section-3"> | |
| <div id="triangle-with-border" class="object triangle"> | |
| <div id="triangle-cover" class="object triangle"></div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment