From d4b9b3740bb30849f2b2808807f73cdc0c4bc17b Mon Sep 17 00:00:00 2001 From: satatya <96868378+satatya@users.noreply.github.com> Date: Tue, 15 Mar 2022 22:11:24 +0530 Subject: [PATCH 1/2] Update ladakh.html --- OtherHTML/ladakh.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/OtherHTML/ladakh.html b/OtherHTML/ladakh.html index 3a7bda5..932eabc 100644 --- a/OtherHTML/ladakh.html +++ b/OtherHTML/ladakh.html @@ -11,6 +11,7 @@ + Follow Us On :
- - - - - - + - - From cc64e8ffef4171c6095eb8a24e7bd5b5a48763dd Mon Sep 17 00:00:00 2001 From: amyra98 Date: Wed, 16 Mar 2022 17:07:34 +0530 Subject: [PATCH 2/2] Popup feature for privacy and terms Html and js part is in the index.html and css part is in wanderer.css --- CSS/wanderer.css | 32 ++++++++++++++++++++++++++++++++ HTML/index.html | 19 ++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/CSS/wanderer.css b/CSS/wanderer.css index c0e65a8..f238656 100644 --- a/CSS/wanderer.css +++ b/CSS/wanderer.css @@ -18,4 +18,36 @@ div.internaltextcolor2{ } div.contentfont{ font-family: Cambria; +} +.popup{ + width: 800px; + background-color: rgb(129, 165, 182); + border-radius: 6px; + position: absolute; + margin-top: 900px; + opacity: 1; + left: 50%; + transform: translate(-50%,-50%) scale(0.1); + text-align: center; + padding: 0 30px 30px; + color: #333; + visibility: hidden; + transition: transform 0.4s, top 0.4s; +} +.open-popup{ + visibility: visible; + top: 100%; + transform: translate(-50%,-50%) scale(1); +} +.popup button{ + width: 100%; + margin-top: 50px; + padding: 10px 0px; + background: rgb(133, 75, 75); + color: #fff; + border: 0; + outline: none; + font-size: 18px; + border-radius: 4px; + cursor: pointer; } \ No newline at end of file diff --git a/HTML/index.html b/HTML/index.html index e5cfafc..8db57c1 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -207,13 +207,30 @@

Follow Us On :


-

© 2020-2021 Wanderer Pvt. Ltd.   Privacy · Terms

+

© 2020-2021 Wanderer Pvt. Ltd.   

Privacy
Terms

+
+ +