文章分类 -  web

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>box_demo< 阅读全文
posted @ 2020-08-18 15:41 精灵中的二丫 阅读(121) 评论(0) 推荐(0)
摘要:边框(样式 颜色 宽度 圆角) div{ width: 200px; height: 200px; /*border-style: solid;*/ 边框样式 /*border-color: red;*/ 边框颜色 /*border-width: 10px;*/ 边框宽度 /*border:10px 阅读全文
posted @ 2020-08-18 15:39 精灵中的二丫 阅读(80) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-08-17 09:51 精灵中的二丫 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-08-14 17:00 精灵中的二丫 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-08-14 14:24 精灵中的二丫 阅读(0) 评论(0) 推荐(0)
摘要:元素 id 类 通用* 组合选择器: 后代选择器 div a 儿子选择器 div>a 毗邻选择器 div+a 弟弟选择器 div~a 属性选择器: [title] div[title=xx]{color:red} input[type=text] 分组: 多个选择器选择的标签设置相同的css样式的时 阅读全文
posted @ 2020-08-14 10:39 精灵中的二丫 阅读(97) 评论(0) 推荐(0)