Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

CityCard.css

Portal OYUN sitesinden

.city-card {

 background-color: #f8f9fa;
 border: 1px solid #ddd;
 padding: 20px;
 border-radius: 8px;
 font-family: "Segoe UI", sans-serif;
 line-height: 1.6;
 box-shadow: 0 2px 5px rgba(0,0,0,0.1);

}

.city-card h2, .city-card h3 {

 color: #222;

}

.city-links {

 margin-top: 1em;
 padding-top: 0.5em;
 border-top: 1px dashed #aaa;

}