Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.css Secret

Last active August 11, 2018 11:49
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 creyn/5258d2f89288642ec7fa9baf18dbe0d8 to your computer and use it in GitHub Desktop.
Save creyn/5258d2f89288642ec7fa9baf18dbe0d8 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : CSS selektor klasa
.kolorowyTekst {
/* kolor tekstu */
color: brown;
}
<h1 class="kolorowyTekst" ...>Szybkie Palce!</h1>
<textarea class="kolorowyTekst" ...></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment