aboutsummaryrefslogtreecommitdiff
path: root/utils/rot13/style.css
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-09 17:39:05 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-09 17:39:05 +0100
commit9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 (patch)
treeed33badc6aa8305a5e6ea688a6a08e532c92d268 /utils/rot13/style.css
parentf47491b3a89ba769760bb555ea72f1416cb0cb08 (diff)
downloadcacharle.xyz-9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64.tar.gz
cacharle.xyz-9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64.tar.bz2
cacharle.xyz-9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64.zip
Trying to DRY the html with templatestemplates
Diffstat (limited to 'utils/rot13/style.css')
-rw-r--r--utils/rot13/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/rot13/style.css b/utils/rot13/style.css
new file mode 100644
index 0000000..c8046b9
--- /dev/null
+++ b/utils/rot13/style.css
@@ -0,0 +1,7 @@
+textarea {
+ resize: none;
+}
+
+input {
+ width: 50%;
+}