Parcourir la source

Illyse CSS 0.1

Sébastien Dufromentel il y a 11 ans
Parent
commit
64c95c1bd1
1 fichiers modifiés avec 25 ajouts et 0 suppressions
  1. 25 0
      illyse-si-design/css/illyse.css

+ 25 - 0
illyse-si-design/css/illyse.css

@@ -0,0 +1,25 @@
+/* Structure */
+
+h1 {
+	/*border: 2px solid red;*/
+}
+
+/* Contenus */
+
+h1:before {
+	content: "\\_o< – ";
+	font-family: monospace;
+}
+h1:hover:before {
+	content: "\\_x< – ";
+}
+
+/* Couleurs */
+
+h1 {
+	color: #0086A9;
+}
+
+h1:before {	
+	color: #FF6600;
+}