Why so serious ? (100%,если кому-то вдруг нужно)

html,
body {
min-width: 570px;
margin: 0;
font-family: “Arial”, sans-serif;
color: #000000;
}

p {
margin: 0;
padding-top: 230px;
text-align: center;
font-weight: bold;
font-size: 65px;
color:rgba(0, 168, 255, 0.5);
text-shadow:5px 5px 0 rgba(255, 0, 180, 0.5);
text-transform:uppercase;
letter-spacing: -5px;
word-spacing:5px;
}

span {
position: absolute;
top: -40px;
left: 50%;
margin-left: -0.5em;
font-size: 200px;
line-height: 1em;
text-shadow: -70px 80px 0px #f4c300,
70px 80px 0px #009f3d,
-140px 0px 0px #0085c7,
140px 0px 0px #df0024;
}

1 лайк