Продаю саженцы
Ремонтантной малины
по 210 рублей за шт.
До 100 000 штук
Минск +375333422996
Код:
<!DOCTYPE html> <html> <head> <title>Banner</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .cent1 { color:#fff; font-family:sans-serif; text-shadow: 1px 1px 9px #000, -1px -1px 9px #000, -1px 1px 9px #000, 1px -1px 9px #000; } .td1 { width:640px; height:480px; background: url(./fon.jpg) no-repeat; -moz-background-size: 100%; /* Firefox 3.6+ */ -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */ -o-background-size: 100%; /* Opera 9.6+ */ background-size: 100%; /* Современные браузеры */ } </style> </head> <body style="margin:22px;background-color:#aaa" onresize="fonresize()"> <table style="display:inline"><tr><td class="td1"> <center class="cent1"> <b style="font-size:48px">Продаю саженцы</b> <br> <b style="font-size:48px">Ремонтантной малины</b> <br> <b style="font-size:32px">по 210 рублей за шт.</b> <br> <b style="font-size:32px">До 100 000 штук</b> <br> <b style="font-size:48px">Минск +375333422996</b> </center> </td></tr></table> </body> </html>