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