summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-25 12:56:47 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-25 12:56:47 +0000
commitdb675a214185996b3334acf81ac5ea7e3e9ff43b (patch)
tree02bc84738845d78cda457df7849aa89ffad42085 /www/css
parent840c543df8fa62a0417e53c632751f03185f17a4 (diff)
Added test page to try out AES encrpytion library.
Diffstat (limited to 'www/css')
-rw-r--r--www/css/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/css/main.css b/www/css/main.css
new file mode 100644
index 0000000..abc572b
--- /dev/null
+++ b/www/css/main.css
@@ -0,0 +1,14 @@
+body
+{
+ font-family: sans-serif;
+ font-size: large;
+}
+
+span.smalltext
+{
+ font-size: small;
+}
+
+
+/* vim: sw=4 ts=4
+*/