From aab667aff23d9d438ea3a1c2997a2eacfd9c0fcf Mon Sep 17 00:00:00 2001 From: Ufuk <132388044+ufuayk@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:02:50 +0300 Subject: [PATCH] Delete lines of code supporting development. --- styles.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index 94cbc24..9a38f45 100644 --- a/styles.css +++ b/styles.css @@ -21,10 +21,10 @@ body { } .main-content h1 { - font-size: 1.25rem; /* Footer ile aynı yazı boyutunu ayarladık */ + font-size: 1.25rem; text-align: center; - color: #ffffff; /* Yazı rengi, ihtiyaca göre değiştirilebilir */ - margin-bottom: 2rem; /* Başlık ile altındaki içerik arasına boşluk bırakır */ + color: #ffffff; + margin-bottom: 2rem; text-shadow: 0 0 1.5px #8CFFFA, 0 0 1.5px #8CFFFA; } @@ -74,9 +74,9 @@ body { text-align: center; background-color: transparent; padding: 1rem; - color: #ffffff; /* Yazı rengi */ - font-size: 1rem; /* Yazı boyutu */ - margin-top: -1rem; /* Footer ile üst içerik arasında boşluk bırakır */ + color: #ffffff; + font-size: 1rem; + margin-top: -1rem; margin-bottom: 0.5rem; } @@ -87,12 +87,12 @@ body { } .footer-link { - color: #ffffff; /* Bağlantı rengi */ - text-decoration: none; /* Bağlantı altı çizgisi yok */ + color: #ffffff; + text-decoration: none; /* There is no under-connect line. */ } .footer-link:hover { - text-decoration: underline; /* Üzerine gelindiğinde altını çizer */ + text-decoration: underline; } @media (max-width: 768px) { @@ -103,4 +103,4 @@ body { .main-content h1 { margin-bottom: 2rem; } -} \ No newline at end of file +}