diff --git a/Existing_API_Collection/CountryAPI/.vscode/settings.json b/Existing_API_Collection/CountryAPI/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/Existing_API_Collection/CountryAPI/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Existing_API_Collection/CountryAPI/country.css b/Existing_API_Collection/CountryAPI/country.css index c92870e..f26c967 100644 --- a/Existing_API_Collection/CountryAPI/country.css +++ b/Existing_API_Collection/CountryAPI/country.css @@ -77,3 +77,14 @@ body{ color: #ff465a; } +#clear-btn +{ + font-size: 1em; + background-color: #3d64e6; + color: #ffffff; + padding: 0.8em 0; + border: none; + border-radius: 1.5em; + cursor: pointer; + width: 8em; +} \ No newline at end of file diff --git a/Existing_API_Collection/CountryAPI/country.html b/Existing_API_Collection/CountryAPI/country.html index fa8c4bb..26c33e7 100644 --- a/Existing_API_Collection/CountryAPI/country.html +++ b/Existing_API_Collection/CountryAPI/country.html @@ -15,7 +15,6 @@
-