Феликс любит столбики

Проблема вот в чем.
Прохожу испытание
image
и застрял на одном моменте, если быть точнее, то вот сразу код:


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

body {
width: 550px;
height: 300px;
font-size: 12px;
font-family: Tahoma, Arial, sans-serif;
}

.profile {
padding: 5px 10px;
}

.profile img {
display: block;
padding: 10px;
border: 2px solid #34495e;
border-radius: 8px;
}

.profile .photo {
float: left;
width: 152px;
}

.profile .info {
float: left;
width: 368px;
margin-left: 10px;
}

#info-title, .info h2 {
margin: 0 !important;
padding: 10px !important;
font-weight: normal;
font-size: 12px;
color: #ffffff;
background: #34495e;
border-radius: 4px;
}

div .info .fact {
padding: 10px;
background: white;
}
/* серый цвет на фон */
div .fact:nth-child(odd) {
background: #ecf0f1;
}

.fact::after {
content: “”;
display: table;
clear: both;
}

div .fact .title {
float: left;
width: 120px;
text-align: right;
color: #7f8c8d;
}

div .fact .value {
margin-left: 140px;
color: #34495e;
}

.albums {
margin-top: 5px;
}

.albums img{
float: left;
margin-right: 5px;
}

.albums img:last-child {
margin-right: 0;
}

span.button {
display: block;
height: 30px;
margin: 5px 0;
line-height: 30px;
text-align: center;
color: #ffffff;
border-radius: 4px;
}
/погладить/
.profile .stroke {
background: #3498db;
}
/накормить/
.profile .feed {
background: #2ecc71;
}
/напугать/
.profile .startle {
background: #e74c3c;
}


Дает такой результат:
1

И вот не как не могу понять, как фотографии в ряд поставить, смотрел кто как разбирал эту задачу на форуме и было предложение в строку
image
Добавить #mishka, но после этого выходит такой результат:
image

Ломаю голову! Хелп)

#miska, а не #mishka

О боже, это самый эпичный фейл, спасибо!
Тут возможно удалить тему самому?