-
-
Save creyn/5258d2f89288642ec7fa9baf18dbe0d8 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : CSS selektor klasa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.kolorowyTekst { | |
/* kolor tekstu */ | |
color: brown; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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