Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/project/xPeterx/sl_ef5XsmRkee2022112343/css_file.css">
</head>
<body>
<h1>Popup/Modal Windows with pure CSS</h1>
<div class="box">
<a class="button" href="#popup1">Let me Pop up</a>
</div>
<div id="popup1" class="overlay">
<div class="popup">
<h2>My popup with pure css</h2>
<a class="close" href="#">×</a>
<div class="content">
follow @NetRaftcom on twitter
</div>
</div>
</div>
</body>
</html>
The most helpful CSS solutions
How to set bootstrap popover borders in css ?CSS Click to see more ... 1.4K 91