<html>
<head>
<meta charset="utf-8">
<title>手册网(www.shouce.ren)</title>
<style>
#myDIV {
border: 1px solid black;
/* Firefox */
column-width: 300px;
/* Chrome, Safari, Opera */
column-width: 300px;
animation: mymove 5s infinite;
/* Standard syntax */
column-width: 300px;
animation: mymove 5s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
50% {column-width: 100px;}
}