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 b5a4cd2 commit a982366Copy full SHA for a982366
circle.html
@@ -6,7 +6,7 @@
6
</head>
7
<body>
8
<h1>How to create a circle using a div</h1>
9
- <div class="blue circle">
+ <div class="blue circle red">
10
11
<div>
12
</body>
style.css
@@ -6,3 +6,6 @@
width:500px;
height:500px;
}
+.red{
+ background-color: red;
+}
0 commit comments