diff options
author | Mark Powers <mark@marks.kitchen> | 2022-07-19 21:12:41 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2022-07-19 21:12:41 -0500 |
commit | 4e965c7d9a66d6a72b24c7b319c10d8006f2026e (patch) | |
tree | 4021ef67be5ed3a76e0632c3cfec5d6428806850 /static |
Initial Commit
Diffstat (limited to 'static')
-rw-r--r-- | static/img/database.png | bin | 0 -> 21878 bytes | |||
-rw-r--r-- | static/img/pi_zero.jpg | bin | 0 -> 280657 bytes | |||
-rw-r--r-- | static/styles.css | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/static/img/database.png b/static/img/database.png Binary files differnew file mode 100644 index 0000000..71d1b96 --- /dev/null +++ b/static/img/database.png diff --git a/static/img/pi_zero.jpg b/static/img/pi_zero.jpg Binary files differnew file mode 100644 index 0000000..5520786 --- /dev/null +++ b/static/img/pi_zero.jpg diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..2d42220 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,8 @@ +dl > dt { + font-weight: bold; +} + +dd { + margin-bottom: 1em; + margin-left: 2em; +} |