From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- Back/ZJW/stylesheets/all.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Back/ZJW/stylesheets/all.css (limited to 'Back/ZJW/stylesheets/all.css') diff --git a/Back/ZJW/stylesheets/all.css b/Back/ZJW/stylesheets/all.css deleted file mode 100644 index 7c9f15d..0000000 --- a/Back/ZJW/stylesheets/all.css +++ /dev/null @@ -1,30 +0,0 @@ -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