Skip to content

Commit d9e32ef

Browse files
authored
Merge branch 'main' into group4
2 parents aa592c9 + 01f320e commit d9e32ef

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

flexbox/wrapping/gaps.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@
7878

7979
display: flex;
8080
flex-wrap: wrap;
81-
margin:-10px;
81+
gap: 10px;
8282
}
8383
.box>* {
8484
flex: 1 1 160px;
85-
margin: 10px;
8685
}
8786

8887
</style>
@@ -114,11 +113,10 @@
114113

115114
display: flex;
116115
flex-wrap: wrap;
117-
margin:-10px;
116+
gap: 10px;
118117
}
119118
.box>* {
120119
flex: 1 1 160px;
121-
margin: 10px;
122120
}
123121

124122
</textarea>

learn/images/form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
color: #fff;
3737
}
3838

39-
input[type="submit"]:hover {
39+
input[type="submit"]:hover, input[type="submit"]:focus {
4040
background-color: #333;
4141
}
4242
</style>
@@ -72,7 +72,7 @@
7272
color: #fff;
7373
}
7474

75-
input[type="submit"]:hover {
75+
input[type="submit"]:hover, input[type="submit"]:focus {
7676
background-color: #333;
7777
}
7878

0 commit comments

Comments
 (0)