Skip to content

Commit 8da4402

Browse files
committed
increase the size of the circle
1 parent 729ceb2 commit 8da4402

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

circle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ <h1>How to create a circle using a div</h1>
1010

1111
<div>
1212
</body>
13-
</html>
13+
</html>

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.blue {
2-
background-color:blue
2+
background-color: blue;
33
}
4-
.circle{
5-
border-radius:50%;
6-
width:300px;
7-
height:300px;
4+
.circle {
5+
border-radius: 50%;
6+
width: 500px;
7+
height: 500px;
88
}

0 commit comments

Comments
 (0)