i got the script from codepen . i want to add some text and table in the middle of the page.
i am not good at css.
i have tried like this: CSS:
   .content{
  top : 100
  weight : 300
}
HTML:
 <H1>TITLE</H1> 
 <br />
    <table border=1>
      <tr>
        <td>qdf</td>
         <td>qdf</td>
      </tr>
    </table>
i know that the parent class is slide and it has property flex: 1 0 100%;
i google it about flex, it mean flexible. i don't know what is the number present for
1 0 100%
how can i add  <li class="slide"><div class="content">title and table here</div></li>
i know table is oldfashion way of html, i don't know the css subtitute for html table.
i edited acording to mplungjan but how can i make a brekline between title and table ?
 
    