diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 000000000..9ab259248 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\C:\\Users\\ICMP-CDI\\Source\\Repos\\gkpbt-css-circle", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db new file mode 100644 index 000000000..aa5d6e187 Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db differ diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-shm b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-shm new file mode 100644 index 000000000..0575f6904 Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-shm differ diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-wal b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-wal new file mode 100644 index 000000000..9101a8b6f Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/CodeChunks.db-wal differ diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db new file mode 100644 index 000000000..330f6d0d5 Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db differ diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-shm b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-shm new file mode 100644 index 000000000..4ab9ed15b Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-shm differ diff --git a/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-wal b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-wal new file mode 100644 index 000000000..32b8e7c6d Binary files /dev/null and b/.vs/gkpbt-css-circle/CopilotIndices/17.14.827.52834/SemanticSymbols.db-wal differ diff --git a/.vs/gkpbt-css-circle/v17/.wsuo b/.vs/gkpbt-css-circle/v17/.wsuo new file mode 100644 index 000000000..7378048a1 Binary files /dev/null and b/.vs/gkpbt-css-circle/v17/.wsuo differ diff --git a/.vs/gkpbt-css-circle/v17/DocumentLayout.json b/.vs/gkpbt-css-circle/v17/DocumentLayout.json new file mode 100644 index 000000000..879ccfa16 --- /dev/null +++ b/.vs/gkpbt-css-circle/v17/DocumentLayout.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\ICMP-CDI\\source\\repos\\gkpbt-css-circle\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 000000000..ceda7d781 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/README.md b/README.md index f3954314c..0ddaac12f 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # Readme +This is a sample reanme file for the repository. \ No newline at end of file diff --git a/style.css b/style.css index b1a4e3b87..d1029be7b 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .blue { - background-color:blue + background-color: blue } -.circle{ - border-radius:50%; - width:300px; - height:300px; + +.circle { + border-radius: 50%; + width: 500px; + height: 500px; }