/
SoRusV
/
src_xendil
Обзор
Документация
Войти
/
SoRusV
/
src_xendil
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
html/src/top.htm
43 строки
1 KB
ruslan
Initial commit
29 окт 2024, 11:18
29 окт 2024, 11:18
5c4dcf5
Код
Авторство
О чём код?
<html> <head> <title>top.htm</title> <link href="style.css" rel="stylesheet"> <script type="text/javascript" src="menu.js"></script> </head> <style> #idXnd{ /*position: fixed; !* Фиксированное положение *!*/ /*right: 10px; !* Расстояние от правого края окна браузера *!*/ /*top: 20%; !* Расстояние сверху *!*/ /*padding: 10px; !* Поля вокруг текста *!*/ /*background: #ffe; !* Цвет фона *!*/ /*border: 1px solid #333; !* Параметры рамки *!*/ text-decoration: none; /*убираем подчеркивание текста ссылок*/ /*margin: 0; !*убираем отступы*!*/ /*margin: 10px 0 0 -10px;*/ /*background: rgba(27, 29, 16, 0.65);*/ color: #edece6; /* Цвет текста */ /*float:right; !*Размещаем список горизонтально для реализации меню*!*/ /*position:absolute;*/ /*position: fixed; !* Фиксированное положение *!*/ /*top:0px;*/ /*right:0px;*/ /*display:block;*/ /*block;*/ text-align: center; /*text-align: bottom;*/ /*vertical-align: bottom;*/ font-weight: bold; /*height: 40px;*/ /*width: 40px;*/ font-size: 25pt; cursor: pointer; } </style> <body> <!--<h1> <div onclick="myhref('http://xendil.com');">Xendil</div></h1>--> <h1 id="idXnd" onclick="myhref('http://xendil.com');">Xendil</h1> </body> </html>