Последнее испытание [23/23] Результат 100%

html,
body {
margin: 0;
padding: 0;
}

body {
width: 520px;
min-height: 270px;
padding: 20px;

font-size: 14px;
line-height: 1.5;
font-family: “Arial”, sans-serif;
color: white;

background-color: #3a78a1;
background-image: url(“grid.png”);
background-repeat: repeat;
background-position: -80px -80px;
}

/* Cтили, которые можно изменять */
.column {
margin-bottom: 10px;
padding: 10px;
display:inline-block;
background-color: rgba(0, 255, 255, 0.2);
border: 2px solid white;
vertical-align:top;
width:76px;
margin-right:10px;
}

.cell {
padding: 5px 10px;
display:table-cell;
background-color: rgba(0, 255, 255, 0.2);
border: 2px solid white;
width:96px;

}
.col-3{
visibility:hidden;
}
.table {
display:table;
border-collapse:collapse;
}
.row {
display:table-row;
}

.column {
display: inline-block;
vertical-align: top;
width: 80px;
}

.table {
display: table;
}

.row {
display: table-row;
}

.cell {
display: table-cell;
width: 100px;
}

.col-3 {
display: none;
}

.column {
display: inline-block;
vertical-align: top;
width: 80px;
}

.table {

}

.row {
display: table-row;
}

.cell {
display: table-cell;
}

.col-1, .col-2 {
width: 100px;
}

.col-3 {
display: none;
}

/* Базовые стили, изменять не нужно */
.column {
margin-bottom: 20px;
margin-right: 16px;
padding: 10px;

background-color: rgba(0, 255, 255, 0.2);
}

.table {
border-collapse: collapse;
}

.cell {
padding: 5px 9px;

background-color: rgba(0, 255, 255, 0.2);
border: 2px solid white;
}

/* Cтили, которые нужно изменять */
.column {
width: 80px;
display: inline-block;
vertical-align:top;
}

.table {
display: table;
}

.row {
display: table-row;
}

.cell {
display: table-cell;
width: 100px;
}

.col-3 {
display: none;
}