Estilos css para la fecha o calendario de texto

PHOTO EMBED

Thu Jun 22 2023 21:43:50 GMT+0000 (Coordinated Universal Time)

Saved by @marcton #html5 #css

#fecha {
    font-family: 'frijole';
    color: navy;
    background-image: linear-gradient(orange,
            fuchsia,
            springgreen,
            fuchsia,
            dodgerblue,
            springgreen,
            fuchsia,
            orange,
            orange,
            fuchsia,
            springgreen);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
content_copyCOPY