Skip to content

Commit 77e6886

Browse files
committed
change something
1 parent 729ceb2 commit 77e6886

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

circle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<body>
88
<h1>How to create a circle using a div</h1>
99
<div class="blue circle">
10+
<span> Hello everyone</span>
1011

1112
<div>
1213
</body>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44
.circle{
55
border-radius:50%;
6-
width:300px;
7-
height:300px;
6+
width:500px;
7+
height:500px;
88
}

0 commit comments

Comments
 (0)