From 4e75a2f38fcc62e63891dd3413ddffc34e060a71 Mon Sep 17 00:00:00 2001 From: s1n Date: Wed, 24 Jul 2019 13:09:15 +0200 Subject: upload filesets --- css/main.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 css/main.css (limited to 'css/main.css') diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..9be9641 --- /dev/null +++ b/css/main.css @@ -0,0 +1,19 @@ +body { + background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/codepen-bg-light1.png") + } + .bobAnimate-container { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + width: 375px; + } + .inline { + display: inline-block; + } + #bobAnimate { + margin-left: 5px; + transition-timing-function: ease-in-out; + transition: margin-left 2s; + } + \ No newline at end of file -- cgit v1.2.3