随笔分类 - HTML
摘要:<!doctype html> <html> <head> <!--mata 元信息标记--> <meta charset="utf-8"> <!--<meta http-equiv="Refresh" content="20;url=http://www.baidu.com"> 这个是设置网页的定
阅读全文
摘要:把代码加到style.css(模板的主css里面): /**图片抖动**/ img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;} @-webkit-keyframes ta
阅读全文