From 3402306c0aac1dcaaad1c62e3d67c0d2f330dba0 Mon Sep 17 00:00:00 2001 From: scaique254 Date: Sun, 8 Sep 2024 23:35:17 +0000 Subject: [PATCH] Publish #7 --- index.html | 12 ++++++------ style.css | 10 ++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 536d989..4f44046 100644 --- a/index.html +++ b/index.html @@ -11,20 +11,20 @@

Unfollowers for Bluesky

© 2024 Feito por Caique Silva

-

- +

diff --git a/style.css b/style.css index 874424e..b919324 100644 --- a/style.css +++ b/style.css @@ -153,4 +153,14 @@ input[type="text"] { #user-select:focus { border-color: #007BFF; box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); +} + +.links { + display: flex; + justify-content: center; +} + +.links a { + text-decoration: none; + padding: 5px; } \ No newline at end of file