anzhi2710gmailcom's picture
Upload folder using huggingface_hub
d766458 verified
Raw
History Blame Contribute Delete
562 Bytes
.grid-item {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: lightgray;
border: 2px solid black;
box-sizing: border-box;
color: black;
}
.text {
height: 25px;
width: 50px;
border: 2px solid lightgray;
box-sizing: border-box;
}
.pos {
display: flex;
align-items: center;
justify-content: center;
}
.button {
height: 25px;
border: 2px solid black;
margin: 2px 0px 2px 0px;
box-sizing: border-box;
color: black;
}