
html
52Tiramisu
这个作者很懒,什么都没留下…
展开
-
html动画、过渡实例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>长颈鹿动画视频</title> <style type="text/css">原创 2019-03-08 16:45:39 · 622 阅读 · 0 评论 -
CSS盒模型
内填充区(padding) 内容到边框 顶 右 下 左 padding: 100px 50px 200px 10px; 外边框区(margin) 边框到外面四周的距离 margin: 100px 50px 200px 10px;原创 2019-03-08 17:06:25 · 94 阅读 · 0 评论 -
CSS选择器过渡
直接过渡 <style type="text/css"> p{ width: 20px; height: 20px; background-color: aqua; } p:hover{ width:50px; h...原创 2019-03-07 16:21:28 · 145 阅读 · 0 评论