waifuism.life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waifuism/home/shrine/styles.css

71 lines
1.1 KiB

5 months ago
body, html {
overflow: hidden;
margin: 1%;
justify-content: center;
align-items: center;
5 months ago
}
/*
5 months ago
#menu {
width: 25%;
margin: 0 auto;
display: block;
5 months ago
flex-direction: row;
justify-content: center;
align-items: center;
}
5 months ago
#menu img {
max-height: 50%;
max-width: 50%;
width: 100%;
height: auto;
object-fit: contain;
overflow: hidden;
}
* {
box-sizing: border-box;
} */
#eyes {
width: 75%;
float: left;
text-align: center;
}
.grid-container {
display: grid;
grid-template-columns: 40% 60%;
grid-template-rows: 100vh;
justify-content: center;
align-items: center;
}
#aphrodite{
max-width: 100%; /* Ensures the image doesn't exceed its container's width */
max-height: 90vh;
height: auto; /* Maintains the aspect ratio of the image */
object-fit: contain;
justify-content: center;
align-items: center;
}
/* Eye class */
.eye{
display: flex;
justify-content: space-around;
}
.eye ~ a{
text-decoration: none;
color: inherit;
cursor: pointer;
5 months ago
}