diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-09 17:39:05 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-09 17:39:05 +0100 |
| commit | 9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 (patch) | |
| tree | ed33badc6aa8305a5e6ea688a6a08e532c92d268 /utils/rot13/style.css | |
| parent | f47491b3a89ba769760bb555ea72f1416cb0cb08 (diff) | |
| download | cacharle.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.css | 7 |
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%; +} |
