diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/assets/css/styles.css b/assets/css/styles.css index 58a306a..e2e7fb9 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -4,3 +4,11 @@ body margin: 0; padding: 0; } +.cambio-link{ + background-color: rgb(0, 115, 255); + border-radius: 50px; + font-weight: 700; + text-decoration: none; + padding: 5px 10px; + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index 55b6712..06fda66 100644 --- a/index.html +++ b/index.html @@ -7,16 +7,10 @@ - - + + + +