<style>
.square {
width:50%;
height:50%;
}
.center {
width:50%
margin:25%;
}
</style>
<div class = "square">
<img class = "center">
</div>
* Код для подключения шрифта в /css/stylename.css */
/* font-family: "ImpactRegular"; */
@font-face {
font-family: "ImpactRegular";
src: url("fonts/ImpactRegular/ImpactRegular.eot");
src: url("fonts/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"),
url("fonts/ImpactRegular/ImpactRegular.woff") format("woff"),
url("/onts/ImpactRegular/ImpactRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
.biglabel {
font-family: "ImpactRegular";
}
$dostavka = $_POST['dostavka'];
//если выбрана Почта России
if ($dostavka == 'Po4ta') {
echo '<script>location.replace("http://url1");</script>'; exit;
}
//если выбрана компания "Деловые линии"
if ($dostavka == 'DL') {
echo '<script>location.replace("http://url2");</script>'; exit;
}
//если выбрана компания ПЭК
if ($dostavka == 'PEC') {
echo '<script>location.replace("http://url3");</script>'; exit;
}