init
This commit is contained in:
parent
06f61d8ce8
commit
f301cb744d
2271 changed files with 103162 additions and 0 deletions
1
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/height48/.plnkr
Executable file
1
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/height48/.plnkr
Executable file
|
@ -0,0 +1 @@
|
|||
{"name":"height48","plunk":"0ynioluNz8OrPURWzaWi"}
|
34
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/height48/index.html
Executable file
34
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/height48/index.html
Executable file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 48px;
|
||||
float: left;
|
||||
outline: 1px dotted black;
|
||||
background: url(http://js.cx/sprite-tree/icons.gif) no-repeat;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
.text {
|
||||
margin: 6px 0 6px 16px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li class="closed">
|
||||
<div class="icon"></div>
|
||||
<div class="text">Пример раздела</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
34
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/index.html
Executable file
34
03-more/11-css-for-js/17-css-sprite/sprite-tree-1/index.html
Executable file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
float: left;
|
||||
outline: 1px dotted black;
|
||||
background: url(http://js.cx/sprite-tree/icons.gif) no-repeat;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
.text {
|
||||
margin: 6px 0 6px 16px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li class="closed">
|
||||
<div class="icon"></div>
|
||||
<div class="text">Пример раздела</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue