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 830be61 commit f641759Copy full SHA for f641759
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="red circle">
10
11
<div>
12
</body>
style.css
@@ -1,5 +1,5 @@
1
-.blue {
2
- background-color:blue
+.red {
+ background-color:red
3
}
4
.circle{
5
border-radius:50%;
0 commit comments