Skip to content

Commit b4182d0

Browse files
committed
调整
1 parent e6ed292 commit b4182d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ HTML **超文本标记语言**
244244

245245
#### 拖拽元素
246246

247-
页面设置了`draggable = 'true'`属性元素
247+
页面设置了 `draggable = 'true'` 属性元素
248248

249249
+ `ondragstart` 拖拽开始时调用
250250
+ `ondragleave` **鼠标离开拖拽元素时**调用
@@ -258,7 +258,7 @@ HTML **超文本标记语言**
258258

259259
CSS
260260

261-
#### background的常见背景属性
261+
#### background的常见背景属性
262262

263263
+ `background-color:#ff99ff`,设置元素的背景色
264264
+ `background-image:url(http://github.com/images/2.gif)`,图像设置成背景
@@ -269,8 +269,8 @@ HTML **超文本标记语言**
269269
+ `background-position`,背景定位
270270
....
271271

272-
#### ID选择器:规定用`#`来定义
273-
#### 类选择器:规定用`.`来定义
272+
#### ID选择器:规定用`#`来定义
273+
#### 类选择器:规定用`.`来定义
274274
**类上样式,id上行为**
275275

276276

0 commit comments

Comments
 (0)