diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-27 02:55:45 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-27 02:55:45 -0400 |
commit | 00e2704d0039ed9dbbfec54b2643da395f642f66 (patch) | |
tree | e950941b75e49d8b65fac23c1a656bfb767f1f51 /static | |
parent | 0812e77c8d980773806bd7810a5e0992c180b589 (diff) |
key commitment
Diffstat (limited to 'static')
-rw-r--r-- | static/axolotl.jpg | bin | 0 -> 70374 bytes | |||
-rw-r--r-- | static/kitten.bmp | bin | 0 -> 23258 bytes | |||
-rw-r--r-- | static/styles.css | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/static/axolotl.jpg b/static/axolotl.jpg Binary files differnew file mode 100644 index 0000000..dbda080 --- /dev/null +++ b/static/axolotl.jpg diff --git a/static/kitten.bmp b/static/kitten.bmp Binary files differnew file mode 100644 index 0000000..16b553b --- /dev/null +++ b/static/kitten.bmp diff --git a/static/styles.css b/static/styles.css index 9688050..5ea8a95 100644 --- a/static/styles.css +++ b/static/styles.css @@ -46,3 +46,11 @@ input[type="text"] { code { word-wrap: anywhere; } + +.responsive-img { + max-height: 200px; + max-width: 300px; + min-height: 150px; + /* width: 48%; */ + /* height: auto; */ +} |