summaryrefslogtreecommitdiff
path: root/css/main.css
blob: e4beab51aa4f801fdf6b72ebea4bed907c624037 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
  }