Search for a command to run...
پیشنمایش زنده
.container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 8px;
justify-items: stretch;
align-items: stretch;
justify-content: stretch;
align-content: stretch;
}