Newer
Older
concentration / shinkei1.css
@OTA Sakura OTA Sakura on 13 Jan 2024 273 bytes ファイル追加
table{
   text-align:center;
    border:1px solid #000000;
}
td{
    border:1px solid #000000;
}
td.info{
    padding:30px 0;
}
td.selected{
    background-color:red;
}
td.hidden{
    visibility;hidden;
    background-color:blue;
}
img{
    width:150px;
    height:auto;
}