Pop Up

Developer
Size
1,972 Kb
Views
10,120

How do I make an pop up?

What is a pop up? How do you make a pop up? This script and codes were developed by Kenz on 26 January 2023, Thursday.

Pop Up Previews

Pop Up - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pop Up</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <header class="header">Header</header> <aside class="aside aside-1">Aside 1</aside> <aside class="aside aside-2">Aside 2</aside> <footer class="footer">Footer</footer>
</div> <script src="js/index.js"></script>
</body>
</html>

Pop Up - Script Codes CSS Codes

@import "compass/css3";
body{ margin: 0;
}
.wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; font-weight: bold; text-align: center;
}
.wrapper > * { padding: 10px; flex: 1 100%;
}
.header { background: tomato;
}
.footer { background: lightgreen;
}
.main { text-align: left; background: deepskyblue;
}
.aside-1 { background: gold;
}
.aside-2 { background: hotpink;
}
@media all and (min-width: 600px) { .aside { flex: 1 auto; }
}
@media all and (min-width: 800px) { .main { flex: 3 0px; } .aside-1 { order: 1; } .main { order: 2; } .aside-2 { order: 3; } .footer { order: 4; }
}
body { padding: 2em;
}

Pop Up - Script Codes JS Codes

jQuery(document).ready(function() {
jQuery('.close,#overlay').on('click', function() { jQuery('#overlay').removeClass('overlay-active'); jQuery(".close").fadeOut("fast", function() { jQuery('.close').removeClass('pop-up-active'); }); });
});
Pop Up - Script Codes
Pop Up - Script Codes
Home Page Home
Developer Kenz
Username Ken88
Uploaded January 26, 2023
Rating 3
Size 1,972 Kb
Views 10,120
Do you need developer help for Pop Up?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kenz (Ken88) Script Codes
Name
Bootstrap
The new WEbsite
Skew bg mainpage
Navigation
A Pen by Kenz
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!