Skip to content

Commit b34b8c3

Browse files
Changed width and height
1 parent 729ceb2 commit b34b8c3

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,8 +1,9 @@
11
.blue {
22
background-color:blue
33
}
4+
45
.circle{
56
border-radius:50%;
6-
width:300px;
7-
height:300px;
7+
width:500px;
8+
height:500px;
89
}

0 commit comments

Comments
 (0)