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 7fb009d commit cadc531Copy full SHA for cadc531
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,8 +1,9 @@
1
-.blue {
2
- background-color:blue
+.red {
+ background-color:red
3
}
4
.circle{
5
border-radius:50%;
width:500px;
height:500px;
+
0 commit comments