diff --git a/.gitignore b/.gitignore index b6e47617d..29becf194 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,28 @@ dmypy.json # Pyre type checker .pyre/ + + +# Visual Studio +.vs/ + +# Build output +[Bb]in/ +[Oo]bj/ +Debug/ +Release/ + +# User- and IDE-specific +*.user +*.suo +*.csproj.user +*.vcxproj.user +*.rsuser + +# Misc caches/databases +*.opendb +*.VC.db +*.ilk +*.pdb +*.cache +*.tlog \ No newline at end of file diff --git a/style.css b/style.css index b1a4e3b87..924a5490a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,9 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } +.red { + background-color:red; +} \ No newline at end of file