summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-17 09:14:24 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-17 09:14:24 +0100
commit9a14f9d41f57673684f87c98fbfa7c3c588f93cd (patch)
tree5e00c5738efc9e98b896155e56ea140ff945ab94 /static/css/style.css
parentbd856b0c078d14beb2d92cd7ef13c1f131b1bebc (diff)
update for jul 22
Diffstat (limited to '')
-rw-r--r--static/css/style.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
new file mode 100644
index 0000000..6dc3657
--- /dev/null
+++ b/static/css/style.css
@@ -0,0 +1,53 @@
+@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;400;700&display=swap');
+
+* {
+ box-sizing: border-box;
+}
+
+.title {
+ font-size: 1.5em;
+ color: red;
+ background-color: yellow;
+}
+
+.subtitle {
+ font-size: 1.3em;
+ color: yellow;
+ background-color: red;
+}
+
+.sourceCode {
+ font-size: 0.86em;
+}
+
+figcaption {
+ font-size: 0.69em;
+}
+
+/* img { */
+/* display: block; */
+/* margin-left: auto; */
+/* margin-right: auto; */
+/* width: 50%; */
+/* } */
+
+body {
+ font-family: 'Roboto Slab', serif;
+ font-size: 22px;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 800px;
+ padding: 20px;
+}
+
+li {
+ margin-top: 1.2em;
+ margin-bottom: 1.2em;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ text-align: left;
+}
+a {
+ color: orange;
+}