We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729ceb2 commit e9eeaf3Copy full SHA for e9eeaf3
circle.html
@@ -8,6 +8,7 @@
8
<h1>How to create a circle using a div</h1>
9
<div class="blue circle">
10
11
- <div>
+
12
+ </div>
13
</body>
14
</html>
style.css
@@ -3,6 +3,6 @@
3
}
4
.circle{
5
border-radius:50%;
6
- width:300px;
7
- height:300px;
+ width:500px;
+ height:500px;
0 commit comments