]> iEval git - gruntmaster-page.git/blobdiff - css/logo.css
Use inline svg for mindcoding logo
[gruntmaster-page.git] / css / logo.css
diff --git a/css/logo.css b/css/logo.css
new file mode 100644 (file)
index 0000000..98c4367
--- /dev/null
@@ -0,0 +1,14 @@
+#logo {
+       width:  600px;
+       height: 150px;
+}
+
+#mind path   { stroke: none }
+#coding path { fill:   #FFF }
+ellipse      { stroke: #FFF }
+#head        { fill:   #FFF }
+
+.logo-light #mind path   { stroke: #373435 }
+.logo-light #coding path { fill:   #373435 }
+.logo-light ellipse      { stroke: #373435 }
+.logo-light #head        { fill:   #373435 }
This page took 0.020596 seconds and 4 git commands to generate.