This article gives you the content is about how to use pure CSS3 to achieve the effect of the picture carousel, there is a certain reference value, there is a need for friends to refer to, I hope you have some help.
Resets the style, clears the browser's default style, and configures the underlying style that is appropriate for the design (emphasizing whether the text is mostly bold, main text color, primary link color, main font, and so on).
/* reset */html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table, caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;} Header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;} table{border-collapse:collapse;border-spacing:0;} Caption,th{text-align:left;font-weight:normal;} html,body,fieldset,img,iframe,abbr{border:0;} I,cite,em,var,address,dfn{font-style:normal;} [Hidefocus],summary{outline:0;} Li{list-style:none;} h1,h2,h3,h4,h5,h6,small{font-size:100%;} sup,sub{font-size:83%;} Pre,code,kbd,samp{font-family:inherit;} Q:before,q:after{content:none;} Textarea{overflow:auto;resize:none;} Label,summary{cursor:default;} A,button{cursor:pointer;} H1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;} Del,ins,u,s,a,a:hover{text-decoration:none;} body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color: #333; outline:0;} Body{background: #fff;} A,a:hover{color: #333;}