Skip to content

Commit

Permalink
Collection's page box-modelling issue resolved (Anjaliavv51#307)
Browse files Browse the repository at this point in the history
I've successfully fixed the collection's page issues related to (.items)
box modeling and layout adjustments by making changes in only relevant
CSS files. Please review the changes and merge the pull request.
Thanks!
  • Loading branch information
Anjaliavv51 authored Oct 8, 2024
2 parents 0cb6093 + daaf002 commit 789e620
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,24 +210,23 @@ input[type="submit"]:hover {
background-color: #f2f2f2;
box-shadow: 0 0 10px rgba(224, 224, 252, 0.678);
border: 1px solid rgb(186, 186, 201);
padding: 40px;
margin: 10px;
margin: 50px 10px;
height: 310px;
width: 230px;
border-radius: 15px;
border-radius: 10px;
text-align: center;
font-family: "Bree Serif", serif;
transition: 0.5s ease-in-out;
/* transition: 0.5s ease-in-out; */
}
.menu_items :hover{
background-color:#fff4f4 ;
transform: scale(1.05);
}

.menu_items .items img {
justify-content: center;
height: 190px;
width: 230px;
width: 228px;
border-radius: 10px 10px 0 0;
}

.menu_items .items h3 {
Expand Down

0 comments on commit 789e620

Please sign in to comment.