diff options
| author | s1n <[email protected]> | 2019-07-24 18:13:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 18:13:11 +0200 |
| commit | e64f009ac9148f3d732ccbafb6892e087beaf42b (patch) | |
| tree | b408e4a31f4372f8f1cd73e14bcdb0fd45bddda2 /css/main.css | |
| parent | Create .gitignore (diff) | |
| download | s1n.pw-admin-e64f009ac9148f3d732ccbafb6892e087beaf42b.tar.xz s1n.pw-admin-e64f009ac9148f3d732ccbafb6892e087beaf42b.zip | |
files upload
Diffstat (limited to 'css/main.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..e4beab5 --- /dev/null +++ b/css/main.css @@ -0,0 +1,19 @@ +body {
+ background: none
+ }
+ .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 |