Skip to content

Commit 99de9f5

Browse files
committed
Changing the height and the width of the circle
1 parent 729ceb2 commit 99de9f5

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

circle.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
<!doctype html>
2-
<html>
3-
<head>
4-
<title>How to create a circle using div</title>
5-
<link rel="stylesheet" href="style.css">
6-
</head>
7-
<body>
8-
<h1>How to create a circle using a div</h1>
9-
<div class="blue circle">
10-
11-
<div>
12-
</body>
131
</html>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44
.circle{
55
border-radius:50%;
6-
width:300px;
7-
height:300px;
6+
width:500px;
7+
height:500px;
88
}

0 commit comments

Comments
 (0)