Home  >  Article  >  Web Front-end  >  css3过度效果_html/css_WEB-ITnose

css3过度效果_html/css_WEB-ITnose

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

<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>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn