Мобильная разработка
<section> <input type="text" value=" "/> <input type="text" value=" "/> <input type="text" value=" "/> <hr/> <article>Text 1</article> <article>Text 2</article> <article>Text 3</article> </section>
input { text-indent: -999999px; cursor: pointer; border: 0; outline: none; background: #0F0; width: 50px; } input:focus { background: #F00; } input:focus + input + input + hr + article, input:focus + input + hr + article + article, input:focus + hr + article + article + article { display: block; } article { display: none; } /* Hack for Webkit */ section {-webkit-animation: 0.1s hack infinite} @-webkit-keyframes hack{from{margin:0;padding:0}to{margin:0;padding:0}}
HTML:
CSS:
356002040345346
356002040355345
356002040305340
356002040305654
356002040387645
хорошая мысль