JSFiddle - React, Tailwind, and code Playground
by NekR
HTML
<div>htmlbook.ru</div>
<div>■ ● ▲ ▼ ◄ ► ♥</div>
CSS
div{
width:600px;
height:200px;
font-size:38px;
font-family: Calibri;
color: #bd2026;
font-size: 72px;
font-weight: bold;
background: #9d9582;
background: -o-linear-gradient(#eeece6, #9d9582);
background: -moz-linear-gradient(#eeece6, #9d9582);
background: -webkit-linear-gradient(#eeece6, #9d9582);
background: linear-gradient(#eeece6, #9d9582);
line-height:180px;
text-align:center;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.75), 1px 0 2px rgba(255, 255, 255, 0.75);
}