attribution

The attribution contains information about the developer of the web application.

HTML

<p class="attribution">Developed by <a class="attribution__link" href="https://github.com/dwayne" target="_blank" title="Dwayne's GitHub profile">Dwayne Crooks</a></p>

Sass

@use "../colors";
@use "../typography";

/*p*/.attribution {
  margin: 0;

  font-family: typography.$shareTechMono;
  text-align: center;
}

/*a*/.attribution__link {
  text-decoration: none;
  color: colors.$prussianBlue;
}

Demo

Source Code