From c0d7650bbcb97c8ecc86eb57e75928bbe2dcd33f Mon Sep 17 00:00:00 2001 From: Rahul Raj Date: Thu, 20 Apr 2023 03:18:17 +0530 Subject: [PATCH] lesson-14, updated 14d.css --- 1-exercise-solutions/lesson-14/14d.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1-exercise-solutions/lesson-14/14d.css b/1-exercise-solutions/lesson-14/14d.css index 6bb2218..2ba1526 100644 --- a/1-exercise-solutions/lesson-14/14d.css +++ b/1-exercise-solutions/lesson-14/14d.css @@ -25,6 +25,10 @@ body { } .modal { + /* shift modal div to right */ + position: fixed; + right: 70px; + background-color: white; width: 300px; padding-top: 15px;