קוד זואל לקוביות של Icon Box

PHOTO EMBED

Tue Jul 30 2024 20:34:52 GMT+0000 (Coordinated Universal Time)

Saved by @odesign

selector > div {
    padding: 20px;
    border: 1px solid white;
    margin: 0;
}

selector {
    padding: 10px!important;
    background-color: #3b5346;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: stretch;
    border-radius: 2em 2em 2em 2em;
    margin-top: 20px;
}
selector:hover {
	background-color: #0c0d0e;
}
content_copyCOPY