Heim  >  Artikel  >  Web-Frontend  >  css3过度效果_html/css_WEB-ITnose

css3过度效果_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:50:58871Durchsuche

<title> New Document </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">p a{font-size:20px;display:block;font-weight:bold;background:#00aaFF;color:#FFF;width:200px;padding:10px;text-shadow:0px 1px #ccc;border-radius:5px;box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);transition-property:all;transition-duration:2s;transition-timing-function:ease;transition-timing-function:cubic-bezier;transition-delay:0s;}a:hover{background:#11ccaa;}</style><script type="text/javascript"></script><p>	<a href="#">Hello World !</a></p>

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn