Skip to content

Commit

Permalink
Delete lines of code supporting development.
Browse files Browse the repository at this point in the history
  • Loading branch information
ufuayk authored Aug 22, 2024
1 parent 40afc66 commit aab667a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand All @@ -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) {
Expand All @@ -103,4 +103,4 @@ body {
.main-content h1 {
margin-bottom: 2rem;
}
}
}

0 comments on commit aab667a

Please sign in to comment.