about summary refs log tree commit diff
path: root/sandbox/covid-uk/styles.css
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·22+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·22+0000
commit54d1a0048a7101dc51bbea49feed7cded5031b17 (patch)
tree0e2eec03a79523cf2a3cb02939d36b6ccc7a230a /sandbox/covid-uk/styles.css
parent76210a217c192bd832a2c57836f7a29c7b6c8908 (diff)
Add sitemap to wpcarro.dev
- Create ./website directory
- Add a sitemap to wpcarro.dev
- Move covid-uk directory to sandbox directory

TODO: Next sandbox, blog, and learn in the website directory
Diffstat (limited to 'sandbox/covid-uk/styles.css')
-rw-r--r--sandbox/covid-uk/styles.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/sandbox/covid-uk/styles.css b/sandbox/covid-uk/styles.css
new file mode 100644
index 000000000000..1f48906d8ffc
--- /dev/null
+++ b/sandbox/covid-uk/styles.css
@@ -0,0 +1,28 @@
+@tailwind base;
+
+body {
+  @apply font-mono;
+}
+
+h1 {
+  @apply text-3xl mb-5 font-bold;
+}
+
+h2 {
+  @apply text-2xl mb-5 font-bold;
+}
+
+h3 {
+  @apply text-xl mb-5 font-bold;
+}
+
+a {
+  @apply text-blue-600 underline;
+}
+
+p {
+  @apply mt-2 mb-5;
+}
+
+@tailwind components;
+@tailwind utilities;