From 21154bbaeb50d0ecb744d0f2025661cdc79af80a Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:07:52 +0100 Subject: [PATCH] Fix some bugs --- css/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4a4305f..a4f9ef3 100644 --- a/css/style.css +++ b/css/style.css @@ -20,10 +20,21 @@ body { background-color: #333; } -.flash_info { +img.flash_info { + display: flex; + transition: 0.4s; +}; + +img.flash_info:hover { + transition: 0.4s; + width: 800px +}; + +p.flash_info { display: flex; }; div.flash_info { justify-content:left; + display: flex; }; \ No newline at end of file