18/18. Оцените пожалуйста правильность кода.

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 #info-title, h2 {
margin: 0 !important;
padding: 10px !important;

font-weight: normal;
font-size: 12px;
color: #ffffff;
background: #34495e;
border-radius: 4px;
}

.profile .info .fact {
padding: 10px;
background: white;
}

.profile .info .fact:nth-child(odd) {
background: #ecf0f1;
}

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

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

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

.albums {
margin-top: 5px;
}

.albums img, .profile #miska {
float: left;
margin-right: 5px;
}

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

.photo .button {
display: block;
height: 30px;
margin: 5px 0;

line-height: 30px;
text-align: center;
color: #ffffff;
border-radius: 4px;
}

.photo .stroke {
background: #3498db;
}

.photo .feed {
background: #2ecc71;
}

.photo .startle {
background: #e74c3c;
}

1 лайк

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;
}

.button.stroke{
background-color: #3498DB;
text-align: center;
margin-top: 5px
}
.button.feed{
background-color: #2ECC71;
text-align: center;
margin-top: 5px;
}
.button.startle{
background-color: #E74C3C;
text-align: center;
margin-top: 5px;
}

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

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

.fact {
padding: 10px;
background: white;
}

.fact:nth-child(odd) {
background-color: #ecf0f1 !important;
}
.fact:nth-child(even) {
background-color: white !important;
}
.fact::after {
content: “”;
display: table;
clear: both;
}

.fact .title {
float: left;
width: 120px;
text-align: right;
color: #7f8c8d !important;
}
.fact > h2{
padding: 10px;
margin-top: 80px !important;
}
.fact .value {
margin-left: 140px;
color: #34495e !important;
}

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

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

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

.button {
display: block;
height: 30px;
padding: 0px 0px 10px 0px;
line-height: 30px;
text-align: center;
color: #ffffff;
border-radius: 4px;
}

.stroke {
background-color: #3498db !important;
}

.feed {
background-color: #2ecc71 !important;
}

.startle {
background-color: #e74c3c !important;
}
#miska{
margin-right: 5px !important;
}

Очень много !important.
Должно быть 2.