]> git.datanom.net - wpp.git/blobdiff - app/static/css/custom.css
Base user framework finished
[wpp.git] / app / static / css / custom.css
diff --git a/app/static/css/custom.css b/app/static/css/custom.css
new file mode 100644 (file)
index 0000000..da7d863
--- /dev/null
@@ -0,0 +1,38 @@
+body {
+    padding-top: 50px;
+}
+.starter-template {
+    padding: 40px 15px;
+    text-align: center;
+}
+.login-register-page {
+  width: 360px;
+  padding: 8% 0 0;
+  margin: auto;
+}
+.center {
+    text-align: center;
+}
+
+.right {
+    text-align: right;
+}
+
+.indent {
+    margin-left: 20px;
+}
+
+.href {
+    color: black;
+    margin: 2px;
+    font-size: 0.8em;
+}
+
+a.href:hover, a.href:active {
+    text-decoration: none;
+    color: green;
+}
+
+a.href:link, a.href:visited {
+    text-decoration: none;
+}
This page took 0.029621 seconds and 5 git commands to generate.