Skip to content

Commit 20bf5e6

Browse files
author
Your Name
committed
changing height and width
1 parent 729ceb2 commit 20bf5e6

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

fdsadf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/style.css b/style.css
2+
index b1a4e3b..7a31aee 100644
3+
--- a/style.css
4+
+++ b/style.css
5+
@@ -3,6 +3,6 @@
6+
}
7+
.circle{
8+
border-radius:50%;
9+
- width:300px;
10+
- height:300px;
11+
+ width: 500px;
12+
+ height: 500px;
13+
}

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)