Skip to content

Commit b9735d7

Browse files
author
Gigi-Pons
committed
removed blue square
1 parent 377b969 commit b9735d7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

circle.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
<link rel="stylesheet" href="style.css">
66
</head>
77
<body>
8-
<h1>How to create a circle using a div</h1>
9-
<div class="blue circle">
8+
<!-- <h1>How to create a circle using a div</h1>
9+
<div class="blue circle"> -->
10+
11+
<h1>How to create a red circle using a div</h1>
12+
<div class="red cir">
1013

1114
<div>
1215
</body>

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@
66
width:500px;
77
height:500px;
88
}
9+
10+
.red{
11+
background-color:red;
12+
}
13+
14+
.cir{
15+
border-radius:50%;
16+
width:200px;
17+
height:200px;
18+
}

0 commit comments

Comments
 (0)