Newer
Older
2021-fuga / kadai7.css
div.box1 {
   border:5px solid black;
   text-align:center;
        width:100px;
        height:50px;
        float:left;
}
div.box2{
clear:both;
}


.colorblue{ background-color:skyblue;}
.colorgray{ background-color:gray;}