diff --git a/css/style.css b/css/style.css index f0404ad..fb2e436 100644 --- a/css/style.css +++ b/css/style.css @@ -79,3 +79,30 @@ main { height: 350px; border-radius: 50%; } + +.container-contact { + display: flex; + flex-direction: column; + gap: 20px; + align-items: end; +} + +.container-contact > a { + text-decoration: none; + color: rgba(123, 74, 226, 0.5); +} + +.container-contact > a:first-child { + display: flex; + align-items: center; + gap: 5px; +} + +.container-contact > a:last-child { + border: rgba(123, 74, 226, 0.5) solid; + display: flex; + align-items: center; + gap: 5px; + padding: 5px; + border-radius: 16px; +} diff --git a/images/download.svg b/images/download.svg new file mode 100644 index 0000000..cad4359 --- /dev/null +++ b/images/download.svg @@ -0,0 +1,5 @@ + diff --git a/images/whatsapp.svg b/images/whatsapp.svg new file mode 100644 index 0000000..0d8e6b2 --- /dev/null +++ b/images/whatsapp.svg @@ -0,0 +1,4 @@ + diff --git a/index.html b/index.html index 3944879..c0ded6c 100644 --- a/index.html +++ b/index.html @@ -60,13 +60,15 @@