2019年1月11日

为什么不用css3的 线性和放射性 因为没有svg的简介以及浏览器支持的多

摘要: <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="600px" version="1.1"><defs><radialGradient id="radialGradient_r1" cx="50%" cy="50%" r="0% 阅读全文

posted @ 2019-01-11 17:31 luziluck 阅读(108) 评论(0) 推荐(0) 编辑

CSS3 transform-origin 属性

摘要: http://www.runoob.com/cssref/css3-pr-transform-origin.html http://caibaojian.com/transform-origin.html 阅读全文

posted @ 2019-01-11 10:23 luziluck 阅读(169) 评论(0) 推荐(0) 编辑

里面的div没有设置宽高,用padding设置的50px来撑开宽高,这个时候就需要用position:absolute或者relative来让文本去掉继承的外层的整宽度

摘要: 1. <!DOCTYPE html><html><head><style>*{margin:0px;padding:0px;}#div1{position: relative;height: 200px;width: 200px;margin: 100px;padding:10px;border: 阅读全文

posted @ 2019-01-11 10:13 luziluck 阅读(520) 评论(0) 推荐(0) 编辑

导航