• # blog

    Posté par (site web personnel, Mastodon) . En réponse au journal Découvertes de logiciels libres - été 2023. Évalué à 3.

    C’est sympa les méta et leur rendu.

    J’allais demander si tu avais reproduit les spécifications du markdown de linuxfr mais je vois que sur ton blog le HTML intégré suivant n’a pas été viré.

    <form style="margin: auto; max-width: 50%">
     <input
     style="
     width: 100%;
     accent-color: hsl(var(--link-text-color-hsl) / 100);
     "
     list="exemple-range"
     type="range"
     min="10"
     max="50"
     />
     <datalist
     id="exemple-range"
     style="
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     writing-mode: vertical-lr;
     "
     >
     <option value="10" label="minimum"></option>
     <option value="30" label="moyen"></option>
     <option value="50" label="maximum"></option>
     </datalist>
    </form>

    "It is seldom that liberty of any kind is lost all at once." ― David Hume