Skip to content

Commit 6ddd825

Browse files
committed
Changing the height and the width of the circle
1 parent 729ceb2 commit 6ddd825

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

df

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
diff --git a/style.css b/style.css
2+
index b1a4e3b..99f6511 100644
3+
--- a/style.css
4+
+++ b/style.css
5+
@@ -1,8 +1,8 @@
6+
.blue {
7+
- background-color:blue
8+
+ background-color:blue
9+
}
10+
.circle{
11+
- border-radius:50%;
12+
- width:300px;
13+
- height:300px;
14+
-}
15+
+ border-radius:50%;
16+
+ width:500px;
17+
+ height:500px;
18+
+}
19+
\ No newline at end of file

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.blue {
2-
background-color:blue
2+
background-color:blue
33
}
44
.circle{
5-
border-radius:50%;
6-
width:300px;
7-
height:300px;
8-
}
5+
border-radius:50%;
6+
width:500px;
7+
height:500px;
8+
}

0 commit comments

Comments
 (0)