Skip to content

Commit 6388b75

Browse files
committed
Increase circle size to 500px and add edit label
1 parent 729ceb2 commit 6388b75

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

circle.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<link rel="stylesheet" href="style.css">
66
</head>
77
<body>
8-
<h1>How to create a circle using a div</h1>
8+
<h1><h1>How to create a circle using div — Edited by Chr1SsLeon</h1>
9+
</h1>
910
<div class="blue circle">
1011

1112
<div>

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)