new design concurs
This commit is contained in:
43
page-19009.php
Normal file
43
page-19009.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
define('TESTMODE', 1);
|
||||
|
||||
include 'header.php';?>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<h1 id="mainpage-title">Тестовая страница</h1>
|
||||
|
||||
<style>
|
||||
|
||||
.center-banner{
|
||||
width: 100%;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.center-banner img{
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 768px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div class="center-banner">
|
||||
<img src="https://vetandlife.ru/wp-content/themes/vij/pub/banners/banner-768-110.jpg" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="center-banner">
|
||||
<img src="https://vetandlife.ru/wp-content/themes/vij/pub/banners/banner-768.jpg" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<?get_footer();
|
||||
Reference in New Issue
Block a user