Skip to content

Instantly share code, notes, and snippets.

@xfun68
Created November 14, 2012 14:46
Show Gist options
  • Select an option

  • Save xfun68/4072526 to your computer and use it in GitHub Desktop.

Select an option

Save xfun68/4072526 to your computer and use it in GitHub Desktop.
<!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