From b45df3a26eb4ae97a20dcb62ea118b5a459f40a5 Mon Sep 17 00:00:00 2001 From: Andresmqm Date: Thu, 12 Jun 2025 01:30:06 -0400 Subject: [PATCH] se agrego script de font en el index y se modifico el icono del link del portafolio --- .vscode/settings.json | 3 +++ assets/css/styles.css | 8 ++++++++ index.html | 19 +++++++------------ 3 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 .vscode/settings.json 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 @@ - - + + + +