No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 8px; | border-radius: 8px; | ||
background-color:#172026; | |||
} | } | ||
Revision as of 16:38, 13 February 2023
.Trending-Container{ display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-column-gap: 7px; grid-row-gap:7px; } .TopPage-container{ overflow: hidden; border-radius: 8px; background-color:#172026; } .TopPage-image img{ width:150px; height:150px; object-fit: cover; }