Skip to content

Commit c75873d

Browse files
committed
updated
1 parent 7df88ac commit c75873d

File tree

7 files changed

+577
-356
lines changed

7 files changed

+577
-356
lines changed

assets/css/style.css

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ main {
306306
padding: 40px;
307307
left: 0;
308308
width: 77%;
309-
padding-bottom: 50rem;
309+
padding-bottom: 5rem;
310310
background: #111;
311311
color: #eee;
312312
}
@@ -454,13 +454,18 @@ main {
454454
width: 100%;
455455
}
456456

457+
.last {
458+
margin-bottom: 8rem;
459+
}
460+
457461
.item {
458462
width: 100%;
459463
height: 0;
460464
padding-top: 100%;
461465
position: relative;
462466
overflow: hidden;
463-
border-radius: 10px;
467+
border-radius: 8px;
468+
border: 1.5px solid #444;;
464469
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
465470
}
466471

@@ -472,30 +477,51 @@ main {
472477
height: 100%;
473478
object-fit: cover;
474479
transition: transform 0.3s ease;
480+
cursor: pointer;
475481
}
476482

477483
.item:hover img {
478-
transform: scale(1.05);
484+
transform: scale(1.075);
479485
}
480-
img{
486+
487+
img {
481488
user-select: none;
482489
}
483490

491+
footer {
492+
width: 100%;
493+
height: 100px;
494+
background: #090909;
495+
position: absolute;
496+
bottom: 0;
497+
left: 0;
498+
text-align: center;
499+
align-items: center;
500+
justify-content: center;
501+
display: flex;
502+
color: #eee;
503+
font-weight: 500;
504+
font-size: 15px;
505+
}
506+
484507
@media only screen and (min-width: 768px) and (max-width: 991px) {
485508
.menu-list {
486509
width: 60%;
487510
}
488-
.sidebar{
489-
width: 25%;
490-
}
511+
512+
.sidebar {
513+
width: 25%;
514+
}
515+
491516
main {
492517
width: 75%;
493518
}
494519

495520
.more-info {
496521
columns: 2;
497522
}
498-
.menu-list{
523+
524+
.menu-list {
499525
width: 40%;
500526
position: relative;
501527
margin-right: 50px;

0 commit comments

Comments
 (0)