Adding wide and tall viewers

This commit is contained in:
houseofyin 2013-03-23 21:07:17 -04:00
parent 81fd8114f6
commit 109956b5dd

View File

@ -2,3 +2,14 @@
height: 500px;
width: 500px;
}
#wideexample {
height: 300px;
width: 700px;
}
#tallexample {
height: 700px;
width: 300px;
}