Skip to content

Commit c919eaf

Browse files
Added change of color to grey
1 parent 67fbaa1 commit c919eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
height:500px;
88
}
99

10-
.red {
11-
background-color: red;
10+
.grey {
11+
background-color: grey;
1212
}

0 commit comments

Comments
 (0)