| Макрос генерирует HTML разметку |
|---|
<div class="header"> <h1>Как отправить и принять заказ, используя сервис обмена заказами (СОЗ)</h1> </div> <style> @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic'); .header { background-image: url("/download/attachments/9408849/Bg_statistic_2.png"); height: 200px; background-repeat: no-repeat; background-position: center; display: flex; justify-content: center; align-items: center; } .header h1 { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; color: white; font-size: 60px50px; font-weight: 500; } #title-heading { display: none; } .page-metadata { visibility: hidden; } </style> |
...