Участник:Leshiy: различия между версиями

Материал из Tau Ceti Station Wiki
Перейти к навигации Перейти к поиску
(Содержимое страницы заменено на «Тестовая страница.»)
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
Тестовая страница.
{{#css:
.content {
display: none;
}
 
.wrapper:active .content {
display: block;
}
 
.content:hover {
display: block;
}
.wrapper {
position: relative;
}
 
.button {
background: yellow;
height: 20px;
width: 150px;
}
 
.content {
position: absolute;
padding-top: 20px;
}
 
.content li {
background: red;
}
}}
<div class="wrapper">
<div class="content">
<li>Lorem ipsum dolor sit amet.</li>
<li>Consectetur adipiscing elit.</li>
</div>
<div class="button">Кнопка</div>
</div>

Текущая версия на 17:51, 27 января 2017

  • Lorem ipsum dolor sit amet.
  • Consectetur adipiscing elit.
  • Кнопка