body{background-color: skyblue;}

div{
    border:2px gray solid;
    width: 20px;
    height: 20px;
    background-color: orange;
    text-align: center;
}