26/26 100%

Да меня просто поперло! Прям просветление какое-то!

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

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

}

h1::before {
content: “|”;
position: absolute;
top: -5px;
left: -55px;
letter-spacing:5px;
font-size:55px;
text-shadow:none;
font-weight:bold;
padding-left:0px;
text-shadow:
20px 0px 0px #ffffff,
40px 0px 0px #ffffff;
}