File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments