<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>О,кошко</title> <style> .wind { position: absolute; width: 320px; left: 35%; top: 100px; border: #105a98 solid 4px; display: block; z-index: 10; overflow: hidden; background-color: #348c03; color: #fff; text-align:center; padding: 10px; } </style> </head> <body> <div class="wind">Удивительно</div> </body> </html>