Untitled
unknown
plain_text
3 years ago
1.7 kB
5
Indexable
body {
background-color: #141327;
color: #E6E6E6;
font-family: Arial, sans-serif;
}
h1 {
color: #E6E6E6;
font-size: 40px;
text-align: center;
text-shadow: 2px 2px 5px rgba(43, 72, 202, 0.5);
}
#solar-system-image {
width: 100%;
max-width: 800px;
border-radius: 10px;
}
.planet-card {
position: absolute;
cursor: pointer;
background-color: #3B3A4F;
color: #E6E6E6;
border-radius: 8px;
padding: 10px;
}
.planet-card h2 {
margin-top: 0;
margin-bottom: 5px;
}
.planet-card:hover {
background-color: #544F69;
}
h1 {
color: #E6E6E6;
}
#solar-system-image {
width: 100%;
max-width: 800px;
border-radius: 10px;
}
.planet-card {
position: absolute;
cursor: pointer;
background-color: #3B3A4F;
color: #E6E6E6;
border-radius: 8px;
padding: 10px;
}
.planet-card h2 {
margin-top: 0;
margin-bottom: 5px;
}
.planet-card:hover {
background-color: #544F69;
}
#solar-system-container {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#solar-system-image {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}
.planet-container {
position: relative;
display: inline-block;
}
.image-button{
position: absolute;
top: 15px;
left: 20px;
z-index: 0;
}
.google_image{
position: absolute;
top: 15px;
left: 20px;
z-index: 0;
}
/* От тук са планиетите --------------------------------------------------------------------------------------------------------------------------------------------------*/
.refresh {
... (306 lines left)Editor is loading...