From e002d09d2b6b2317fec6caa8836b20e6709c5da3 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Mon, 4 Apr 2016 14:00:39 +0800 Subject: jinwei.me --- Code/ZJW/stylesheets/all.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete 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 deleted file mode 100644 index 7c9f15d..0000000 --- a/Code/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