Skip to content

Commit

Permalink
improved all css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jun 17, 2024
1 parent 9752d96 commit 5083524
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions static/css/dog.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
.dogpic {
border-radius: 10px;
place-self: center;
max-height: 100%;
max-width: 100%;
height: 100%;
width: 100%;
object-fit: cover;
overflow: hidden;
animation: dogpicfade 0.5s ease-out backwards;
}

.dogpiclarge {
grid-row: span 2 / auto;
grid-column: span 2 / auto;
}

@keyframes dogpicfade {
from {
opacity: 0;
Expand All @@ -31,4 +27,9 @@
opacity: 1;
transform: scale(1);
}
}

.dogpiclarge {
grid-row: span 2 / auto;
grid-column: span 2 / auto;
}

0 comments on commit 5083524

Please sign in to comment.