Классики

Добрый день!
Ни сам, ни с помощью наставника не смог довести соответствие до 100%. Нужна помощь.
Вот HTML-код:

Классики

Записи в блоге

  • День первый. Как я забыл покормить кота
  • День второй. Хочу быть верстальщиком
  • День третий. Мой кот на меня обиделся
  • День четвёртый. Как я чуть не заболел
  • День пятый. Отдыхаю

Вот CSS-код:

body {
width: 500px;
padding: 0;
}

ul {
margin-top: 10px;
}

li {
line-height: 26px;
padding: 5px;
margin: 4px;
}

h1 {
font-size: 32px;
font-family: “Arial”, serif;
margin-bottom: 5px;
margin-top: 15px;
}

.large-font {
font-size: 20px;
color: #000000;
font-family: “Arial”, sans-serif;
margin-left: 10px;
padding-left: 0px;
font-weight: 500;
}

.large-font:first-child {
padding-top: 6px;
}

.dark-background, .white-color {
background-color: #4470c4;
color: white;
border: 2px solid #000000;
font-size: 10px;
font-family: “Arial”, sans-serif;
padding-top: 4px;
margin-left: 10px;
margin-top: 7px;
margin-right: 10px;
letter-spacing: -1.05px;
font-weight: 100;
}

.uppercase {
text-transform: uppercase;
font-family: “Arial”, sans-serif;
}

.white-colored+.uppercase {
margin-left: 10px;
padding-left: 0px;
font-weight: 500;
}

.bordered {
border: 2px solid #000000;
font-size: 18px;
}

.border-rounded {
border-radius: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 6px;
font-family: “Arial”, sans-serif;
font-size: 16px;
}

В этой теме обсуждается несколько разных решений испытания.