Skip to content

Commit 7b3ae84

Browse files
Merge pull request #3 from lila1702/main
Changed image size from start menu so the cards will be aligned
2 parents 212a358 + 715109c commit 7b3ae84

17 files changed

+10
-0
lines changed

images/1.png

-14.6 KB
Loading

images/2.png

-20.1 KB
Loading

images/3.png

-13.7 KB
Loading

images/4.png

-385 Bytes
Loading

images/5.png

755 Bytes
Loading

images/6.png

-5.05 KB
Loading

images/7.png

6.14 KB
Loading

images/8.png

1009 Bytes
Loading

images/previous/1.png

26.1 KB
Loading

images/previous/2.png

31.6 KB
Loading

images/previous/3.png

26 KB
Loading

images/previous/4.png

7.33 KB
Loading

images/previous/5.png

8.83 KB
Loading

images/previous/6.png

10.2 KB
Loading

images/previous/7.png

26.1 KB
Loading

images/previous/8.png

22.5 KB
Loading

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,19 @@
1717
flex-wrap: wrap;
1818
margin-top: 20px;
1919
}
20+
.card-body {;
21+
display: flex;
22+
flex-direction: column;
23+
justify-content: flex-end;
24+
}
2025
.card {
2126
width: 18rem;
2227
}
28+
img {
29+
width: 300px;
30+
height: 300px;
31+
object-fit: cover;
32+
}
2333
</style>
2434
</head>
2535
<body>

0 commit comments

Comments
 (0)