代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
4
<style>
5
#myDIV {
6
border: 1px solid black;
7
/* Firefox */
8
column-count: 3;
9
column-rule: 1px outset red;
10
/* Chrome, Safari, Opera */
11
column-rule: 1px outset red;
12
column-count: 3;
13
animation: mymove 5s infinite;
14
/* Standard syntax */
15
column-count: 3;
16
column-rule: 1px outset red;
17
animation: mymove 5s infinite;
18