diff --git a/df b/df new file mode 100644 index 000000000..de97e85e7 --- /dev/null +++ b/df @@ -0,0 +1,19 @@ +diff --git a/style.css b/style.css +index b1a4e3b..99f6511 100644 +--- a/style.css ++++ b/style.css +@@ -1,8 +1,8 @@ + .blue { +- background-color:blue ++ background-color:blue + } + .circle{ +- border-radius:50%; +- width:300px; +- height:300px; +-} ++ border-radius:50%; ++ width:500px; ++ height:500px; ++} +\ No newline at end of file diff --git a/style.css b/style.css index b1a4e3b87..99f651132 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file