<style>
* {
box-sizing: border-box;
}
@font-face {
font-family: 'ds-digital';
src: url('./ds_digital/DS-DIGII.TTF');
}
body {
}
#relojillo {
width: fit-content;
height: auto;
position: relative;
background-image: linear-gradient(232deg, #888, #888, #888);
margin: auto auto;
text-align: center;
background-color: transparent;
padding: 10% 10%;
}
#relojillo h1,
#relojillo h2,
#relojillo h3 {
display: inline-block;
font-family: 'ds-digital';
font-size: 43pt;
text-shadow: 0vw -3vw .1vw #999, -.3vw 4vw .1vw #f0f8ff;
color: khaki;
padding: 0vw .2vw;
}
#relojillo h3 {
font-size: 21pt !important;
text-shadow: 0vw -3vw .1vw orange, -.3vw 4vw .1vw orange;
}
</style>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter