Skip to content

Commit 0baadbc

Browse files
Changing the height and the width of the circle
1 parent 729ceb2 commit 0baadbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@
66
width:300px;
77
height:300px;
88
}
9+
.blue {
10+
background-color:blue
11+
}
12+
.circle{
13+
border-radius:50%;
14+
width:500px;
15+
height:500px;
16+
}

0 commit comments

Comments
 (0)