]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/static/quotes/style.css
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / static / quotes / style.css
diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css
new file mode 100644 (file)
index 0000000..007cfe1
--- /dev/null
@@ -0,0 +1,18 @@
+a {
+    color: black;
+}
+
+.quote {
+    background-color: #ffbd33;
+    border: 3px solid #ff5733;
+    padding: 1.5em 2em;
+    margin: 2em 30em;
+}
+
+.quote .author {
+    padding-left: 5em;
+}
+
+.quote .author .name {
+    font-style: italic;
+}