
CSS
喵喵酱呀
我想做个有用的人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CSS中可以和不可以继承的样式
一、无继承性的属性 1、display:规定元素应该生成的框的类型 2、文本属性: vertical-align:垂直文本对齐 text-decoration:规定添加到文本的装饰 text-shadow:文本阴影效果 white-space:空白符的处理 unicode-bidi:设置文本的方向 3、盒子模型的属性:width、height、margin 、margin-top、margin-r...原创 2019-03-14 13:36:03 · 767 阅读 · 0 评论 -
纯CSS写一个小三角
<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> #father{width: 600px;height: 600px;background-color: yellow;} #div{width: 0px;height:原创 2019-03-11 17:18:42 · 1417 阅读 · 0 评论