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 2e6f983Copy full SHA for 2e6f983
circle.html
@@ -1,13 +1,16 @@
1
<!doctype html>
2
<html>
3
+
4
<head>
5
<title>How to create a circle using div</title>
6
<link rel="stylesheet" href="style.css">
7
</head>
8
9
<body>
10
<h1>How to create a circle using a div</h1>
11
<div class="blue circle">
-
- <div>
12
-</body>
13
-</html>
+ <div>
14
+</body>
15
16
+</html>
style.css
@@ -1,8 +1,9 @@
.blue {
- background-color:blue
-}
-.circle{
- border-radius:50%;
- width:300px;
- height:300px;
+ background-color: blue
}
+.circle {
+ border-radius: 50%;
+ width: 500px;
+ height: 500px;
+}
0 commit comments