diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 000000000..f8b488856 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 000000000..a9803efda --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\style.css", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/gkpbt-css-circle/FileContentIndex/6bbdddb9-42be-4f64-bbd2-218ec6d22aab.vsidx b/.vs/gkpbt-css-circle/FileContentIndex/6bbdddb9-42be-4f64-bbd2-218ec6d22aab.vsidx new file mode 100644 index 000000000..439681e3c Binary files /dev/null and b/.vs/gkpbt-css-circle/FileContentIndex/6bbdddb9-42be-4f64-bbd2-218ec6d22aab.vsidx differ diff --git a/.vs/gkpbt-css-circle/v17/.wsuo b/.vs/gkpbt-css-circle/v17/.wsuo new file mode 100644 index 000000000..98a681da4 Binary files /dev/null and b/.vs/gkpbt-css-circle/v17/.wsuo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 000000000..d9df65cb4 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/style.css b/style.css index b1a4e3b87..ca272e391 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }