Skip to content

Commit

Permalink
Add author rows
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Mar 13, 2010
1 parent 22154eb commit 21f9c94
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
42 changes: 37 additions & 5 deletions design/index.html
Expand Up @@ -14,14 +14,46 @@
<body>

<div id="container" class="container_12">
<div class="header grid_5 alpha">
<div class="grid_3 alpha">SHOOT</div><div class="grid_2 omega"><div>BY THE</div><div>RULES</div></div>

<div class="row_header">
<div class="header grid_5 alpha">
<div class="grid_3 alpha">SHOOT</div>
<div class="grid_2 omega">
<div>BY THE</div>
<div>RULES</div>
</div>
</div>

<div class="rules grid_7 omega">
<h3>16. Dystopia</h3>
<p>/ Black & white or color / City environment / 4 final photos / Urban decay / Outside / Must be shot from a moving object / Must be shot using a shutter speed of 1 second / Can’t be staged</p>
</div>

<div class="clear"></div>
</div>

<div class="row_author_1">
<div class="grid_1 alpha">
JERU
</div>

<div class="grid_11 omega">
</div>

<div class="clear"></div>
</div>

<div class="rules grid_7 omega">
<h3>16. Dystopia</h3>
<p>/ Black & white or color / City environment / 4 final photos / Urban decay / Outside / Must be shot from a moving object / Must be shot using a shutter speed of 1 second / Can’t be staged</p>
<div class="row_author_2">
<div class="grid_1 alpha">
TOMAS
</div>

<div class="grid_11 omega">
</div>

<div class="clear"></div>
</div>

</div>

</body>
Expand Down
4 changes: 4 additions & 0 deletions design/stylesheets/main.css
@@ -1,3 +1,7 @@
.container_12 {
background-color: yellow;
}

.header .alpha {
font-size: 60px;
}
Expand Down

0 comments on commit 21f9c94

Please sign in to comment.