Modal is pop-up window which when you click on the button pops up and you can do on the example that your role as a user or fill in a formula or notification, ... This allows us to be able to do the function without hesitation on the other side.
It is used by copying the code below, and then pastes it into your application or website. Before that, you can use our CSS and JS to make certain functionalities work for you. These are the addressees:
<link rel="stylesheet" href="www.sensationenergy.com/se_css/se.css>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="www.sensationenergy.com/js_css/se.js"></script>
<button id="myBtn" class="btn-3">Start a new modal</button>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<div class="col-full push-top">
<div align="centar"> <h1> <i> This is </i> <b>Test</b> </h1> </div>
<!-- here you write the html page you need to pop up in the window -->
</div>
</div>
</div>