Adityakamat (Talk | contribs) |
Adityakamat (Talk | contribs) |
||
Line 193: | Line 193: | ||
</script> | </script> | ||
+ | |||
+ | <button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-black">Open Modal</button> | ||
+ | |||
+ | <div id="id01" class="w3-modal"> | ||
+ | <div class="w3-modal-content"> | ||
+ | <header class="w3-container w3-teal"> | ||
+ | <span onclick="document.getElementById('id01').style.display='none'" | ||
+ | class="w3-button w3-display-topright">×</span> | ||
<h2>Current Solutions</h2> | <h2>Current Solutions</h2> | ||
− | + | </header> | |
− | <div class=" | + | <div class="w3-container"> |
− | + | <p style="font-size:20px; colour:lightgrey;">Before embarking on our pursuit, we first analysed the current solutions | |
that are available for deodorization of toilets and their short-comings. A | that are available for deodorization of toilets and their short-comings. A | ||
summary of our findings can be obtained here.</p> | summary of our findings can be obtained here.</p> | ||
Line 211: | Line 219: | ||
bacteria every time they come in contact with urine. The bacteria prevent odour | bacteria every time they come in contact with urine. The bacteria prevent odour | ||
formation in addition to release of a fine fragrance. Their only limitation is the fact | formation in addition to release of a fine fragrance. Their only limitation is the fact | ||
− | that they need to be replaced every few days, making them inconvenient.</p> | + | that they need to be replaced every few days, making them inconvenient.</p> |
− | + | </div> | |
− | </ | + | <footer class="w3-container w3-teal"> |
+ | </footer> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
Revision as of 12:23, 16 October 2017