diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/styles.css | 5 | ||||
-rw-r--r-- | static/images/joker.jpeg | bin | 0 -> 120210 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 1b8008e..c18f08e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,6 +23,11 @@ footer { grid-row: 3; } +img { + max-width : 100%; + max-height : 400px; +} + .container { grid-column: 2; grid-row: 2; diff --git a/static/images/joker.jpeg b/static/images/joker.jpeg Binary files differnew file mode 100644 index 0000000..356c2cf --- /dev/null +++ b/static/images/joker.jpeg |