Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active October 20, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/cffb48af154402ed27c77a66b6c24e59 to your computer and use it in GitHub Desktop.
Save radarin/cffb48af154402ed27c77a66b6c24e59 to your computer and use it in GitHub Desktop.
Überspannen
<head>
<style>
rot {
color: #EF1F1D;
}
antrazith {
color: #5D5D5D;
}
</style>
</head>
<body>
<p>
Der Hubschrauber der REGA ist <span class="rot">rot</span>, der Rotor <span class="antrazith">antrazith</span>.
</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment