Examples

Preview examples of banners

All below examples refer to the HTML version of banners.

You can use images inside your banners. Remember to use only legal content from sites like Adobe Stock.

<table style="border: 3px dotted red; padding: 10px; text-align: left;">
   <tr>
      <td>
         <img src="https://drive.google.com/uc?export=view&id=1KFPbpwcA3UuJ5L0z1QGRBgnef_vTBiXw" style="width: 120px"></src>
      </td>
      <td>
         We have an issue with database located at <a href="#">https:/192.168.0.102</a> Please <b>do not report a new issue</b> about this problem. We are working on it. For more information call our <a href="#">support</a>.
      </td>
   </tr>
</table>
<div style="padding: 10px; border: solid 10px; border-image: repeating-linear-gradient( -75deg, yellow, yellow 10px, black 10px, black 20px) 20; background-color: #E8E8E8" >
   <h3 style="color: red">Read this first</h3>
   Our applications can be unstable today due to migration to the new stack. Contact channels in case of any incidents:
   <style>li:before { content: '\27A4'; margin-left: -20px; margin-right: 10px; } </style>
   <ul>
   <li>Slack channel <a href="#">#help_me</a></li>
   <li>Mobile support at +1 111 222 333 </li>
</div>

Last updated