Skip to content

Commit 9644fde

Browse files
committed
changed the color to red
1 parent a68f631 commit 9644fde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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="red circle">
1010

1111
<div>
1212
</body>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.blue {
2-
background-color:blue
1+
.red {
2+
background-color:red
33
}
44
.circle{
55
border-radius:50%;

0 commit comments

Comments
 (0)