<!DOCTYPE html>
<html lang="fr">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="gradient-border-html.css" />
    <title>Cornered with gradient border</title>
  </head>
  <body>
    <h2 class="cornered">sources : </h2>
    <ul  class="cornered">
      <li><a href="https://stackoverflow.com/a/40747995">pour le border en gradient cf https://stackoverflow.com/a/40747995</a></li>
      <li><a href="https://stackoverflow.com/a/30668976">pour le @at-root ul#{&} cf https://stackoverflow.com/a/30668976</a></li>
      <li><a href="https://www.colorzilla.com/gradient-editor/">pour construire les gradients cf https://www.colorzilla.com/gradient-editor/</a></li>
    </ul>
  </body>
</html>