Psst! Updated version of this pen available here!

Slideshow Concept (No JS)

A pure CSS and HTML slideshow concept.

To add or remove slides:

  • Add a new slide template in the HTML
  • Update the $slide-count SCSS variable
  • Tab colours: Update the $c-slides SCSS variable
  • Slide popout images: Update the $b-slides SCSS variable

Use the tabs below to change slide.

Et voila.

More

More here

Yet More

Yet more here

Zzz

Yada yada

The end

It's over

вверх
вниз

Тестовый форум

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Тестовый форум » Тестовый форум » Тестовое сообщение


Тестовое сообщение

Сообщений 1 страница 7 из 7

1

Благодарим за выбор нашего сервиса!

1,2 написал(а):

Благодарим за выбор нашего сервиса!

/

0

2

https://codepen.io/tanaproma/details/MNYYvo

https://codepen.io/tanaproma/details/oNgXxvK

https://codepen.io/AdoreJaeger/pen/NWKBjmo

0

3

Свернутый текст

https://emojipedia.org/nature/

0

4

<div class='tabs'>
  <div class='tab-buttons'>
    <span class='content1'>Button 1</span>
    <span class='content2'>Button 2</span>
    <span class='content3'>Button 3</span>
    <div id='lamp' class='content1'></div>
  </div>
  <div class='tab-content'>
   
    <div class='content1'>This is the content of 1 container.This will be open when button 1 is clicked.This is the content of 1 container.This will be open when button 1 is clicked.This is the content of 1 container.This will be open when button 1 is clicked.</div>
   
    <div class='content2'>This is the content of 2 container.This will be open when button 2 is clicked.This is the content of 2 container.This will be open when button 2 is clicked.This is the content of 2 container.This will be open when button 2 is clicked.</div>
   
    <div class='content3'>This is the content of 3 container.This will be open when button 3 is clicked.This is the content of 3 container.This will be open when button 3 is clicked.This is the content of 3 container.This will be open when button 3 is clicked.</div>
   
  </div>
</div>

<script>
$('.tab-content>div').hide();
$('.tab-content>div').first().slideDown();
  $('.tab-buttons span').click(function(){
    var thisclass=$(this).attr('class');
    $('#lamp').removeClass().addClass('#lamp').addClass(thisclass);
    $('.tab-content>div').each(function(){
      if($(this).hasClass(thisclass)){
        $(this).fadeIn(800);
      }
      else{
        $(this).hide();
      }
    });
  });
</script>

0

5










0

6

#pun .post-author a {color: #764c8c;
box-shadow: inset 0 -5px 0 #9ccda5;
transition: 0.8s;}

#pun .post-author a:hover {color: #555;
box-shadow: inset 0 -30px 0 #4f194f;
transition: 0.8s;}

0

7

https://www.flaticon.com/free-icon/smoke_867820

0


Вы здесь » Тестовый форум » Тестовый форум » Тестовое сообщение


Рейтинг форумов | Создать форум бесплатно