diff options
| author | s1n <[email protected]> | 2019-07-24 04:37:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 04:37:51 -0700 |
| commit | 7dde2b9e672d71bf0163e5b6aa610cfe9bcd83bd (patch) | |
| tree | 02559e8a771197614089fb28146d3bc440a0d9e0 | |
| parent | Delete app.js (diff) | |
| download | wallet-7dde2b9e672d71bf0163e5b6aa610cfe9bcd83bd.tar.xz wallet-7dde2b9e672d71bf0163e5b6aa610cfe9bcd83bd.zip | |
Delete main.css
| -rw-r--r-- | css/main.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/css/main.css b/css/main.css deleted file mode 100644 index 9be9641..0000000 --- a/css/main.css +++ /dev/null @@ -1,19 +0,0 @@ -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 |