Newer
Older
2020-C1191109 / kadai.css
@佐藤 健大 佐藤 健大 on 12 Jun 2020 323 bytes kadai.css
div.italy{
 background: white;
 border: 1px soid 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;
    top: -12ex;
}