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 377b969 commit b9735d7Copy full SHA for b9735d7
circle.html
@@ -5,8 +5,11 @@
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">
+<!-- <h1>How to create a circle using a div</h1>
+ <div class="blue circle"> -->
10
+
11
+ <h1>How to create a red circle using a div</h1>
12
+ <div class="red cir">
13
14
<div>
15
</body>
style.css
@@ -6,3 +6,13 @@
width:500px;
height:500px;
}
+.red{
+ background-color:red;
+}
+.cir{
+ border-radius:50%;
16
+ width:200px;
17
+ height:200px;
18
0 commit comments