We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9117a70 commit 4e2c10dCopy full SHA for 4e2c10d
1 file changed
index.html
@@ -79,11 +79,12 @@
79
}
80
81
#scrolling ul li {
82
- font-size: 30vh;
+ font-size: 7vh;
83
float: left;
84
width: 55vw;
85
max-width: 750px;
86
- height: 100%;
+ padding: 50px;
87
+ height: 80%;
88
color: #8601AF;
89
font-weight: 300;
90
text-align: center;
@@ -120,7 +121,7 @@
120
121
</div>
122
<div id="about">
123
<br>
- JavaScript Carousel Library
124
+ Simple & Beautiful Touch Carousel Library
125
126
127
<a id="github" href="https://github.com/nir9/itemslide">
@@ -130,16 +131,19 @@
130
131
<div id="scrolling">
132
<ul>
133
<li>
- 1
134
+ Swipe
135
+ </li>
136
+ <li>
137
+ Scroll
138
</li>
139
- 2
140
+ Swipe Up
141
142
- 3
143
+ Click to Slide
144
145
- 4
146
+ Mobile Friendly
147
148
</ul>
149
0 commit comments