随笔分类 -  HTML

摘要:<!doctype html> <html> <head> <!--mata 元信息标记--> <meta charset="utf-8"> <!--<meta http-equiv="Refresh" content="20;url=http://www.baidu.com"> 这个是设置网页的定 阅读全文
posted @ 2019-12-16 17:11 木子欢儿 阅读(361) 评论(0) 推荐(0)
摘要:把代码加到style.css(模板的主css里面): /**图片抖动**/ img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;} @-webkit-keyframes ta 阅读全文
posted @ 2019-09-02 17:31 木子欢儿 阅读(3590) 评论(0) 推荐(1)