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 8da4402Copy full SHA for 8da4402
circle.html
@@ -10,4 +10,4 @@ <h1>How to create a circle using a div</h1>
10
11
<div>
12
</body>
13
-</html>
+</html>
style.css
@@ -1,8 +1,8 @@
1
.blue {
2
- background-color:blue
+ background-color: blue;
3
}
4
-.circle{
5
- border-radius:50%;
6
- width:300px;
7
- height:300px;
+.circle {
+ border-radius: 50%;
+ width: 500px;
+ height: 500px;
8
0 commit comments