Newer
Older
2020-M.keigo / kokki.css
@masuko keigo masuko keigo on 2 Jun 2020 382 bytes 訂正した
div.italy {
           background: white;
           border: 1px solid black; width: 18ex; height: 12ex;
           }

div.red {
         background: red;
         position: relative; left: 12ex; height: 12ex; width: 6ex;
         }

div.green {
           background: green;
           position: relative; left: 0ex; height: 12ex; width: 6ex;
           bottom: 12ex;
           }