Взломанный котопрофайл

Задание далось тяжело т.к. плохо понял предыдущую тему. Но в процессе подтянул обе темы.
В итоге 100% но так до конца не понимаю, как получилось + очень много времени ушло.

`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 h2 {
margin: 0;
padding: 10px;
font-weight: normal;
font-size: 12px;
color: #ffffff;
background: #34495e;
border-radius: 4px;

}

#info-title {
background:#34495e;
}
.profile div .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;
}

h2 {
margin-top: 0px !important;
padding: 10px !important;
}

.albums {
margin-top: 5px;
clear:both;

}
/весь альбом/
.albums img {
float: left;
margin-right: 5px;

}

/одноглазый/
.albums img:last-child {
margin-right: 1px;
float: right;

}

#miska {
margin-left: 0px;
margin-right: 5px;

}

.button {
display: block;
margin: 5px 0;
padding: 5px;
line-height: 20px;
color: #ffffff;
border-radius: 4px;

}

.button.stroke {
background: #3498db;
margin: 5px 0;
text-align: center;
}

.button.feed {
background: #2ecc71;
margin: 5px 0;
text-align: center;
}

.button.startle {
background: #e74c3c;
text-align: center;
}

`

Посмотрите пожалуйста, насколько косячный вариант.

Да правильно всё, только в идеале свои правила дописывать нельзя.