From 96a771cb10c37a66e60f15a89af030b67d8d7f13 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 8 Jun 2013 22:15:17 -0400 Subject: work on stuff --- index.html | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index bc45b25..46f8c26 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ margin: 0; padding: 0; overflow: hidden; + background: black; } @font-face { font-family: "Playtime"; @@ -19,8 +20,13 @@ #container { width: 800px; height: 600px; - position: relative; + top: 50%; + margin-top: -300px; + left: 50%; + margin-left: -400px; + position: absolute; overflow: hidden; + transform: scale(1.5); } @keyframes toright { from { @@ -30,22 +36,32 @@ left: -190px; } } - #bg,#vid { - position: relative; + #bg,#video { + position: absolute; + } + #video { + z-index: 2; } - - - - + - -
+ + + +
It doesn't take long to identify the source as Lilly's room, though the deep timbre of the female voice unmistakably belongs not to her, but to her sister.
+ + -- cgit v1.2.3-54-g00ecf