<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/9409326/header.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: 60px;
font-weight: 500;
}
#title-heading {
display: none;
}
.page-metadata {
visibility: hidden;
}
</style> |