Home  >  Article  >  Web Front-end  >  css3 excessive effect_html/css_WEB-ITnose

css3 excessive effect_html/css_WEB-ITnose

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

<!DOCTYPE html><HTML><HEAD><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></HEAD><BODY><p>	<a href="#">Hello World !</a></p></BODY></HTML>

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