Skip to content

Commit 5ddcb9e

Browse files
committed
Setting the class value "red" with a background color red
1 parent 6a98ba7 commit 5ddcb9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
width:500px;
77
height:500px;
88
}
9+
/* practice adding new feature */
10+
.red {
11+
background-color: red;
12+
}

0 commit comments

Comments
 (0)