Skip to content

Instantly share code, notes, and snippets.

View Publicxart's full-sized avatar

Vasyl Kupchyn Publicxart

  • Ukraine, Kiev
  • 03:26 (UTC +02:00)
View GitHub Profile
@Publicxart
Publicxart / typeWrite js 2
Created September 15, 2019 14:56
typeWrite js 2
<div class="col-xs-12">
<div class="hero-text">
<h1 class="typewrite" data-period="2000" data-type='[ "Hello ;)", "My name is Zarina", "I&prime;m a dancer"]'>
</h1>
</div>
</div>
//style sass
.hero-text
position: absolute
@Publicxart
Publicxart / typeWrite js
Last active September 15, 2019 15:15
typeWrite js
<div class="col-xs-12">
<div class="hero-text">
<h1 id="demo"></h1>
<span class='type-cursor'>|</span>
</div>
</div>
// style sass
.hero-text
@Publicxart
Publicxart / button.sass
Created August 29, 2019 09:14 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600
HTML:
<div class="wrapper">
<div class="tabs">
<span class="tab">Вкладка 1</span>
<span class="tab">Вкладка 2</span>
<span class="tab">Вкладка 3</span>
</div>
<div class="tab_content">
<div class="tab_item">Содержимое 1</div>
<div class="tab_item">Содержимое 2</div>