Maison > interface Web > tutoriel HTML > le corps du texte

css3锯齿边框_html/css_WEB-ITnose

WBOY
Libérer: 2016-06-24 11:48:49
original
1484 Les gens l'ont consulté

<div class="bg"></div>
Copier après la connexion
.bg{    width:300px;    height:50px;    background:#caca8c;    background-image:-webkit-gradient(        linear,50% 0,0 100%,        from(transparent),        color-stop(.5,transparent),        color-stop(.5,#d86707),        to(#d86707)        ),    -webkit-gradient(        linear,50% 0,100% 100%,        from(transparent),        color-stop(.5,transparent),        color-stop(.5,#d86707),        to(#d86707)                                                );                                    background-size:20px 10px;    background-repeat:repeat-x;    background-position:0 100%;                   }
Copier après la connexion

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal