
html/html5/css
红枫花
这个作者很懒,什么都没留下…
展开
-
css3动画写法示例
css3动画写法:#cricle1{ width:100px; height:100px; animation: name 1s 1 ; animation-fill-mode : forwards } @keyframes name{ from{ ...转载 2018-06-20 18:34:19 · 1576 阅读 · 0 评论 -
前端自行解决跨域问题
谷歌浏览器右键-属性-在目标那里加一行 --user-data-dir="c:\ChromeDebug" --test-type --disable-web-security我的加了是这样子C:\Users\user\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="c:\ChromeDebug" --test...原创 2018-06-13 17:32:27 · 215 阅读 · 0 评论 -
padding magin 的使用区别
设置高度为100%时,占满屏幕。 这时最外层如果用margin。会超过100%而出现进度条 用padding则不会,同时可以调整内部div在盒子里的高度位置。原创 2018-08-20 10:07:30 · 338 阅读 · 0 评论