Skip to content

Commit bd39b77

Browse files
authored
Merge pull request #325 from ut-code/unify-order
2 parents 0c06e9d + b2eb0e5 commit bd39b77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/2-browser-apps/08-css-arrangement/_samples/absolute/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.box1 {
2+
background-color: lightcoral;
23
width: 200px;
34
height: 200px;
4-
background-color: lightcoral;
55
}
66

77
.box2 {

docs/2-browser-apps/08-css-arrangement/_samples/fixed/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.box1 {
2+
background-color: lightcoral;
23
width: 200px;
34
height: 200px;
4-
background-color: lightcoral;
55
}
66

77
.box2 {

docs/2-browser-apps/08-css-arrangement/_samples/relative/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.box1 {
2+
background-color: lightcoral;
23
width: 200px;
34
height: 200px;
4-
background-color: lightcoral;
55
}
66

77
.box2 {

0 commit comments

Comments
 (0)