Skip to content

Commit 23773a3

Browse files
committed
add bak file
1 parent 4a72873 commit 23773a3

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# src
2-
common code
2+
这里边是一些常用的资源或代码片段
3+
4+
# 加群说明
5+
[JS高级前端开发群加群说明](http://www.cnblogs.com/jikey/p/4426105.html)

css-2.x.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。
2+
3+
- 文字换行
4+
```css
5+
/*强制不换行*/
6+
white-space:nowrap;
7+
/*自动换行*/
8+
word-wrap: break-word;
9+
word-break: normal;
10+
/*强制英文单词断行*/
11+
word-break:break-all;
12+
```

css-3.x.md

Whitespace-only changes.

0 commit comments

Comments
 (0)