summaryrefslogtreecommitdiff
path: root/source/1998-honda-accord-ex/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-07-08 16:42:51 -0500
committerBlaise Thompson <blaise@untzag.com>2021-07-08 16:42:51 -0500
commit6fa3d6d03c4f0731cf388166bacebbf2e062fd1c (patch)
tree66c093d15434f83bad906e2a6e0735d6df27311c /source/1998-honda-accord-ex/style.css
parent7644f77b2b94bf3acf5793ba66e744daa67e4e9d (diff)
refactor with actual building
Diffstat (limited to 'source/1998-honda-accord-ex/style.css')
-rw-r--r--source/1998-honda-accord-ex/style.css58
1 files changed, 58 insertions, 0 deletions
diff --git a/source/1998-honda-accord-ex/style.css b/source/1998-honda-accord-ex/style.css
new file mode 100644
index 0000000..4903d2f
--- /dev/null
+++ b/source/1998-honda-accord-ex/style.css
@@ -0,0 +1,58 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
+}
+
+hr {
+ display: block;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ margin-left: auto;
+ margin-right: auto;
+ border-style: inset;
+ border-width: 1px;
+}
+
+table, th, td {
+ border: 1px solid #969896;
+ border-collapse: collapse;
+}
+
+th, td {
+ padding: 5px;
+}
+
+.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
+
+figure {
+ width: 100%;
+ margin: 0px auto;
+ margin-bottom: 1em;
+}
+
+audio {
+ width: 100%;
+}
+
+img {
+ width: 100%;
+}