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 @@
© 2020-2021 Wanderer Pvt. Ltd.   Privacy · Terms
+© 2020-2021 Wanderer Pvt. Ltd.   
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +
+ +