Skip to content

Commit b94d656

Browse files
authored
Update style.css
1 parent 790b93a commit b94d656

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
.blue {
22
background-color:blue
33
}
4+
45
.circle{
56
border-radius:50%;
67
width:300px;
78
height:300px;
89
}
10+
11+
.red {
12+
background-color:red;
13+
}

0 commit comments

Comments
 (0)