init
This commit is contained in:
parent
06f61d8ce8
commit
f301cb744d
2271 changed files with 103162 additions and 0 deletions
1
02-ui/05-widgets/03-widgets-markup/01-semantic-menu/task/.plnkr
Executable file
1
02-ui/05-widgets/03-widgets-markup/01-semantic-menu/task/.plnkr
Executable file
|
@ -0,0 +1 @@
|
|||
{"name":"menu-semantic-src","plunk":"WniZKDl3PHrw64PBEXdm"}
|
41
02-ui/05-widgets/03-widgets-markup/01-semantic-menu/task/index.html
Executable file
41
02-ui/05-widgets/03-widgets-markup/01-semantic-menu/task/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