Skip to content

Commit

Permalink
more images
Browse files Browse the repository at this point in the history
  • Loading branch information
jweeber committed Jul 8, 2016
1 parent c1d2c41 commit 2e7dc9d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Binary file added images/jaba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lando.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/obi-wan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/palpatine.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion stylesheets/2048.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:after {
top: 0; left: 0;
transition: all 0.5s ease-in-out;


border-radius: 0.5rem;
font-size: 1.5rem;
font-weight: bold;
Expand All @@ -105,7 +106,7 @@ body:after {
.tile[data-col=c2] { left: 9rem; }
.tile[data-col=c3] { left: 13.5rem; }

.tile[data-val="0"] { background-color: rgba(238, 228, 218, 0.35);}
.tile[data-val="0"] { background-color: rgba(238, 228, 218, 0.35); }
.tile[data-val="2"] { background-image: url("../images/r2d2.jpg"); background-size: cover; }
.tile[data-val="4"] { background-image: url("../images/c3po.jpg"); background-size: cover; }
.tile[data-val="8"] { background-image: url("../images/bb8.jpg"); background-size: cover; }
Expand All @@ -117,4 +118,9 @@ body:after {
.tile[data-val="512"] { background-image: url("../images/han.jpg"); background-size: cover; }
.tile[data-val="1024"] { background-image: url("../images/vader.jpg"); background-size: cover; }
.tile[data-val="2048"] { background-image: url("../images/luke.jpg"); background-size: cover; }
.tile[data-val="4096"] { background-image: url("../images/palpatine.jpg"); background-size: cover; }
.tile[data-val="8192"] { background-image: url("../images/lando.jpg"); background-size: cover; }
.tile[data-val="16384"] { background-image: url("../images/rey.jpg"); background-size: cover; }
.tile[data-val="32768"] { background-image: url("../images/jaba.png"); background-size: cover; }
.tile[data-val="65536"] { background-image: url("../images/obi-wan.jpeg"); background-size: cover; }

0 comments on commit 2e7dc9d

Please sign in to comment.