How to add pop up windows in blogger post ?

You can add this code for showing pop up window on any website.
 

<style>

#pop{

height: auto;

width: auto;

position: fixed;

bottom: 25%;

right: 10%;

left: 10%;

border: 2px solid;

padding: 10px;

background: #FFFFFF;

border-radius: 9px;

}

 

#close{

right:5;

top:5;

float:right;

}

</style>

<div id="pop">

<button id="close" onclick="document.getElementById('pop').style.display='none'">X</button><br />

Design by Anurag Singh

<h2>Powered by theAShub</h2>

<h3>Powered by theAShub</h3>

<h4>Powered by theAShub</h4>

</div>

 

 
theAShub Tutorials Point,

We appreciate your attention for this post and eagerly await your response. Thankyou

Comments