mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
Features animation
This commit is contained in:
parent
682622d75d
commit
da8ad0471e
@ -75,7 +75,7 @@
|
|||||||
<p class="click">Drag your files here to upload or click to browse</p>
|
<p class="click">Drag your files here to upload or click to browse</p>
|
||||||
</a>
|
</a>
|
||||||
<input type="file" multiple="multiple" style='display: none;' />
|
<input type="file" multiple="multiple" style='display: none;' />
|
||||||
<ul class='queue' style='color: black; list-style-type: none; margin: 0;'>
|
<ul class='queue' style='; list-style-type: none; margin: 0;'>
|
||||||
<li>
|
<li>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<section id="features">
|
<section id="features">
|
||||||
<div class="wrapper container">
|
<div class="wrapper container">
|
||||||
<div class="row">
|
<div class="row animated fadeInDown ">
|
||||||
<div class="col-md-3 col-xs-6">
|
<div class="col-md-3 col-xs-6">
|
||||||
<i class="icon-terminal"></i>
|
<i class="icon-terminal"></i>
|
||||||
<h3>Made for use with shell</h3>
|
<h3>Made for use with shell</h3>
|
||||||
@ -119,7 +119,7 @@
|
|||||||
<h3>Files stored for 14 days</h3>
|
<h3>Files stored for 14 days</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row animated fadeInDown">
|
||||||
<div class="col-md-offset-3 col-md-3 col-xs-6">
|
<div class="col-md-offset-3 col-md-3 col-xs-6">
|
||||||
<i class="icon-tag"></i>
|
<i class="icon-tag"></i>
|
||||||
<h3>For free</h3>
|
<h3>For free</h3>
|
||||||
|
@ -5666,7 +5666,7 @@ footer img {
|
|||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
-webkit-border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 3px 15px auto 20px;
|
margin: 3px 15px auto 20px;
|
||||||
}
|
}
|
||||||
blockquote.twitter-tweet {
|
blockquote.twitter-tweet {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user