Skip to content

Instantly share code, notes, and snippets.

@StevenClontz
Created February 12, 2013 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenClontz/4773949 to your computer and use it in GitHub Desktop.
Save StevenClontz/4773949 to your computer and use it in GitHub Desktop.
Mockup of an HTML template representing an XKCD (or some other) comic
<div id="comic">
<div class="panel">
<div class="caption">
One lazy morning
</div>
<div class="actor actor-left cueball"></div>
<div class="actor actor-right cueball"></div>
<div class="actor-text actor-left">
I had an idea today
</div>
<div class="actor-text actor-left">
Anyone without much talent could publish comic strips...
</div>
<div class="actor-text actor-right">
You mean as easily as blogging?
</div>
<div class="actor-text actor-left">
Easily!
</div>
</div>
<div class="panel">
<div class="actor actor-left cueball cueball-point"></div>
<!-- etc -->
</div>
</div>
<div class="panel"><!-- etc --></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment