Ionic Нужна помощь, чтобы сделать фронт - PullRequest
0 голосов
/ 01 мая 2019

Мне нужна коробка на моей странице, как я прикрепляю. enter image description here Я просто добавляю заголовок и абзац для формулировки, но не знаю, как добавить такую ​​дату.

    <ion-content padding>

    <div>
         <div class='inline'>
             <div class="div1" style="text-align: center;"><font style="text-align: center;font-size: 18px">14</font></div>
             <div class="div2" style="text-align: center;"><font style="font-size: 17px; color: white">May</font></div>
         </div>

         <div class='inline'>
            <div style="margin-left: 7px;">
              <h3>Mobiles,Computers and Smartwatches</h3>
            </div>
         <div style="margin-left: 7px;">
           <p>Mobile,computer and smart watches.Today, the computer and smartphones are connected and every slave is connected with both of these things, if we go back 10 years from today, the computer and smartphone in Pakistan did [...]</p>
         </div>
      </div>

    </div>

</ion-content>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...