diff --git a/css/styles.css b/css/styles.css index c660cf3..3b9c3db 100644 --- a/css/styles.css +++ b/css/styles.css @@ -475,6 +475,19 @@ footer { padding: 30px 0; text-align: center; } +.social-links { + display: flex; + justify-content: center; + gap: 30px; + margin-bottom: 20px; +} +.social-link { + color: white; + transition: color 0.3s ease; +} +.social-link:hover { + color: var(--primary); +} /* Responsive */ @media (max-width: 1024px) { diff --git a/index.html b/index.html index 34a3149..447dbff 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Telmi - умные часы, которые говорят за вас! + @@ -197,6 +198,14 @@