| Оформление текста, часть 2 | 26/26 | 100% |

body {
margin: 0;
width: 570px;
height: 300px;
background: url(“football.jpg”) -120px -60px no-repeat;
color: #ffffff;
font-family: “Arial”, sans-serif;
}

h1 /* keksobas */ {
position: relative;
margin: 0;
padding-left: 40px;
width: 320px;
text-indent: 100px;
font-weight: normal;
text-transform: uppercase;
text-shadow: -5px 5px rgba(0, 0, 0, 0.5);
font-size: 80px;
letter-spacing: 40px;
word-wrap: break-word;
line-height: 100px;
}

h1::before /* ||| */ {
position: absolute;
font-size: 55px;
font-weight: bold;
top: -5px;
left: -55px;
content: “|”;
text-shadow: 20px 0px, 40px 0px;
}

h1::before {
position: absolute;
font-size: 55px;
font-weight: bold;
text-shadow: none; /* это свойство чуть ниже переопределяется */
text-indent: 100px; / * положение по горизонтали изменяется свойством left */
top: -5px;
left: -55px;
content: “|”;
text-shadow: 20px 0px, 40px 0px;
}

Спасибо! Внесу правки