Skip to content

Commit 02fb89a

Browse files
committed
initial commit
1 parent 5cc6428 commit 02fb89a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

css/demo.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ a {
7676
margin: 0 auto;
7777
}
7878

79+
.content-wrapper p{
80+
padding-top: 30px;
81+
line-height: 26px;
82+
}
83+
7984
.container > header h1 {
8085
font-size: 34px;
8186
line-height: 38px;
@@ -135,7 +140,7 @@ a {
135140
position: absolute;
136141
z-index: 2000;
137142
top: 30px;
138-
right: 30px;
143+
left: 30px;
139144
}
140145

141146
.codrops-demos a {
@@ -148,8 +153,8 @@ a {
148153
}
149154

150155
.codrops-demos a:hover {
151-
color: #21c0c2;
152-
border-color: #21c0c2;
156+
color: #883d59;
157+
border-color: #883d59;
153158
}
154159

155160
.codrops-demos a.current-demo,

index2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2>Acta Non Verba.</h2>
103103

104104
<div class="content-wrapper">
105105
<h2>About this slider</h2>
106-
<p>The Slit Slider will cut its slides in half when navigating. You can set the orientation of the cuts, the animation speed and the </p>
106+
<p>The Slit Slider is a slideshow with a twist: the idea is to slice open the current slide when navigating to the next or previous one. Using jQuery and CSS animations we can create unique slide transitions for the content elements. </p>
107107
</div>
108108

109109
</div>

0 commit comments

Comments
 (0)