update
This commit is contained in:
parent
962caebbb7
commit
87bf53d076
1825 changed files with 94929 additions and 0 deletions
41
2-ui/5-widgets/3-widgets-markup/1-semantic-menu/source.view/index.html
Executable file
41
2-ui/5-widgets/3-widgets-markup/1-semantic-menu/source.view/index.html
Executable file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.rounded-horizontal-blocks .item {
|
||||
float: left;
|
||||
padding: 6px;
|
||||
margin: 0 2px;
|
||||
|
||||
border: 1px solid gray;
|
||||
border-radius: 10px;
|
||||
|
||||
cursor: pointer;
|
||||
font-size: 90%;
|
||||
background: #FFF5EE;
|
||||
}
|
||||
|
||||
.vertical-splitter {
|
||||
float: left;
|
||||
padding: 6px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.item:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="rounded-horizontal-blocks">
|
||||
<div class="item">Главная</div>
|
||||
<div class="vertical-splitter">|</div>
|
||||
<div class="item">Товары</div>
|
||||
<div class="item">Фотографии</div>
|
||||
<div class="item">Контакты</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue