Skip to content

Commit e6e690f

Browse files
authored
Added .red class with red background
1 parent 729ceb2 commit e6e690f

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:300px;
77
height:300px;
88
}
9+
10+
.red {
11+
background-color: red;
12+
}

0 commit comments

Comments
 (0)