Показать сообщение отдельно

  #7  
Старый 29.09.2009, 19:43
astrologer
Постоянный
Регистрация: 30.08.2007
Сообщений: 773
С нами: 9840758

Репутация: 808


По умолчанию

Код:
<!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>
 
Ответить с цитированием