Skip to content

Commit fc612d2

Browse files
authored
Update solution.hide.css
1 parent 8cf1f66 commit fc612d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.orange-btn {
22
display: inline-block;
3-
/*your code below*/
3+
/* your code below */
44
padding: 10px;
55
border-radius: 4px;
66
text-decoration: none;
@@ -9,6 +9,6 @@
99
}
1010

1111
.orange-btn:hover {
12-
/*YOUR CODE HERE FOR THE HOVER STATE*/
12+
/* YOUR CODE HERE FOR THE HOVER STATE */
1313
background: darkorange;
1414
}

0 commit comments

Comments
 (0)