Skip to content

Commit fdd3427

Browse files
committed
changing color and border of the div
1 parent 4f4dd98 commit fdd3427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.blue {
2-
background-color:blue
3-
}
2+
background-color:red;
3+
border:2px solid purple;
4+
}
45
.circle{
56
border-radius:50%;
67
width: 500px;

0 commit comments

Comments
 (0)