This commit is contained in:
Inaki Fernandez
2020-05-29 19:23:27 +02:00
parent 3cebfa5e04
commit aefaa47451
+1 -1
View File
@@ -19,4 +19,4 @@ h1 {
.someclass { color: red; }
/* Applies to the element with <... id="someid"> specified. */
.someid { color: green; }
#someid { color: green; }