JSDM

HTML

1
1
<h1>CH<div class="oo"><div class="ball"></div></div>SE</h1>

CSS

x
 
1
@import url(http://fonts.googleapis.com/css?family=Raleway:900);
2
3
body {
4
  background-color: #fefefe;
5
}
6
7
h1 {
8
  font-family: Raleway;
9
  text-align: center;
10
  font-size: 80px;
11
  color: #363836;
12
}
13
14
.oo {
15
  display: inline-block;
16
  width: 120px;
17
  height: 60px;
18
  border-radius: 50px;
19
  background-color: #363836;
20
}
21
22
.ball {
23
  height: 40px;
24
  width: 40px;
25
  border-radius: 50px;
26
  background-color: #fefefe;
27
  margin: 10px;
28
  -webkit-animation: switch 2s infinite alternate;
29
  -moz-animation: switch 2s infinite alternate;
30
  -o-animation: switch 2s infinite alternate;
31
}
32
33
@-webkit-keyframes switch {
34
  100% { transform: translate(60px,0px); }
35
}
36
37
@-moz-keyframes switch {
38
  100% { transform: translate(60px,0px); }
39
}
40
41
@-o-keyframes switch {
42
  100% { transform: translate(60px,0px); }
43
}
44
45
@keyframes switch {
46
  100% { transform: translate(60px,0px); }
47
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

1
 
1
// inspired by http://drbl.in/osdh
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................