随笔分类 - css
摘要:div{ width: 100px; height: 100px; background:blue; animation: bounce-down 1.8s linear infinite; } @-webkit-keyframes bounce-down { 25% { -webkit-trans
阅读全文
摘要:从上到下 .bg { background-image: linear-gradient(red,yellow); } 从左到右 .bg { background-image: linear-gradient(to right, red , yellow); } 对角 .bg { backgroun
阅读全文
摘要:div{ -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-
阅读全文

浙公网安备 33010602011771号