From e002d09d2b6b2317fec6caa8836b20e6709c5da3 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Mon, 4 Apr 2016 14:00:39 +0800 Subject: jinwei.me --- deprecated/ZJW/stylesheets/all.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 deprecated/ZJW/stylesheets/all.css (limited to 'deprecated/ZJW/stylesheets/all.css') diff --git a/deprecated/ZJW/stylesheets/all.css b/deprecated/ZJW/stylesheets/all.css new file mode 100644 index 0000000..7c9f15d --- /dev/null +++ b/deprecated/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