From 9a1a9881b3878db8ac5bfc1a65ed3c9cf8b145e7 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 9 Jun 2013 22:23:50 -0400 Subject: do more work --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 0b18d78..5ea2a6f 100644 --- a/index.html +++ b/index.html @@ -37,10 +37,15 @@ } #bg,#video { position: absolute; + width: 800px; + height: 600px; } #video { z-index: 2; } + #say { + font: 22px/27px Playtime; color: white; width: 750px; height: 90px; position: absolute; top: 493px; left: 28px; + } + + -- cgit v1.2.3-54-g00ecf