SourceCode Company Button dan POP UP
HTML <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <link rel=”stylesheet” href=”styles.css”> <title>Gradient Button with Pop Up</title> </head> <body> <button class=”gradient-button” id=”popupButton”>Click me</button> <div class=”popup” id=”myPopup”> <span class=”close” onclick=”closePopup()”>×</span> <p>This is a Pop Up!</p> </div> <script src=”app.js”></script> </body> </html> Baca juga tentang sourcecode Web Banner CSS body { …