diff options
| author | s1n <[email protected]> | 2019-07-24 13:09:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 13:09:15 +0200 |
| commit | 4e75a2f38fcc62e63891dd3413ddffc34e060a71 (patch) | |
| tree | 1e8650ac2ee17b56e6e22820de227ca347a8f800 /css | |
| parent | Create .gitignore (diff) | |
| download | wallet-4e75a2f38fcc62e63891dd3413ddffc34e060a71.tar.xz wallet-4e75a2f38fcc62e63891dd3413ddffc34e060a71.zip | |
upload filesets
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
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 |