Skip to content

Commit a982366

Browse files
adding red color feature
1 parent b5a4cd2 commit a982366

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

circle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<h1>How to create a circle using a div</h1>
9-
<div class="blue circle">
9+
<div class="blue circle red">
1010

1111
<div>
1212
</body>

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
width:500px;
77
height:500px;
88
}
9+
.red{
10+
background-color: red;
11+
}

0 commit comments

Comments
 (0)