blob: 9be9641df04c9583affbe9ff192fb6add65b5f5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
}
|