On
<h1>Frasificare senza tregua! fino alla follia…</h1>
/* * Solo per Poeti \/\/ tuitter (: " poetismo gugolliano " * */ html, body { height: 100%; } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { display: flex; align-items: center; -webkit-justify-content: center; justify-content: center; flex-flow: row wrap; } h1 { display: flex; align-items: center; justify-content: center; height: 505px; width: 505px; color: white; text-shadow: 0 3px black; position: relative; z-index: 0; } h1:before { content: ""; position: absolute; z-index: -1; top: 0; left: -25%; height: 505px; width: 505px; background: linear-gradient(to top, cyan, black); } h1:after { content: '(webbeloz)'; position: relative; display: inline-block; top: 40%; right: 0; height: 0.35rem; width: 505px; color: black; font-size: 12px; text-shadow: none; box-shadow: inset 0 0 0 0px tomato; margin-right: 0; z-index: 0; }