Skip to content

Commit

Permalink
Updated code for 20 apr
Browse files Browse the repository at this point in the history
  • Loading branch information
noelking committed Apr 20, 2013
1 parent f1de73c commit 7e227b2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
Binary file modified penaltyshootout/.DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion penaltyshootout/007 Scoring and celebrating/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@
<img src="roo-fly.png"/>
</div>

<div id="computerScoreDiv">
<h3>COMPUTER</h3>
<span id="computerScore">0</span>
</div>
<div id="playerScoreDiv">
<h3>YOU</h3>
<span id="playerScore">0</span>
</div>

<div id="pitch">
<div id="keepersBox">
</div>

<div id="arrowDiv">
<img id="arrowImage" src="arrowdown.png"/>
</div>

</div>


Expand Down
28 changes: 28 additions & 0 deletions penaltyshootout/007 Scoring and celebrating/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,32 @@ div#rooneyCelebrate {
width: 250px;
display: none;
position: absolute;
}



#computerScoreDiv{
left: 20px;
text-align: center;
}

#playerScoreDiv
{
right: 20px;
text-align: center;
}

#computerScoreDiv,#playerScoreDiv
{
position: absolute;
bottom: 20px;
color: #FFF;
width: 200px;
opacity: .8;
font-size: 100px
}

h3 {
margin: 0px;
font-size: 25px;
}

0 comments on commit 7e227b2

Please sign in to comment.