From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- Code/ZJW/stylesheets/all.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Code/ZJW/stylesheets/all.css (limited to 'Code/ZJW/stylesheets/all.css') diff --git a/Code/ZJW/stylesheets/all.css b/Code/ZJW/stylesheets/all.css new file mode 100644 index 0000000..7c9f15d --- /dev/null +++ b/Code/ZJW/stylesheets/all.css @@ -0,0 +1,30 @@ +body { + background: rgba(21, 32, 46, 1); + text-align: center; +} + +.logo { + position: absolute; + z-index: 2; + left: 50%; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + width: 385px; + height: 125px; + margin-left: -192.5px; + background: url(/images/logo.png); + background-size: 100%; + opacity: 1; +} + +canvas { + position: absolute; + top: 0; + left: 0; + z-index: 1; + width: 100%; + height: 100%; + display: block; +} -- cgit v1.2.3