source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/common.css')
-rw-r--r--posts/common.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/posts/common.css b/posts/common.css
new file mode 100644
index 0000000..9fedeb4
--- /dev/null
+++ b/posts/common.css
@@ -0,0 +1,28 @@
+html
+{
+ background-image: url(https://zachdecook.com/posts/congruent_pentagon.png);
+}
+html body
+{
+ margin: 1em 5%;
+ padding: 1em 5%;
+ background-color: rgba(255, 255, 255, .5);
+ box-shadow: 0 0 10px 1px black;
+}
+
+.btn-back.btn-back {
+ color: white;
+ background-color: #2ddda0;
+}
+
+a.featured
+{
+ display: block;
+ text-align: center;
+}
+
+img
+{
+ width: 100%;
+ max-width: 500px;
+} \ No newline at end of file