mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
Features animation
This commit is contained in:
parent
682622d75d
commit
da8ad0471e
3 changed files with 5 additions and 5 deletions
|
@ -75,7 +75,7 @@
|
|||
<p class="click">Drag your files here to upload or click to browse</p>
|
||||
</a>
|
||||
<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>
|
||||
</ul>
|
||||
|
@ -101,7 +101,7 @@
|
|||
|
||||
<section id="features">
|
||||
<div class="wrapper container">
|
||||
<div class="row">
|
||||
<div class="row animated fadeInDown ">
|
||||
<div class="col-md-3 col-xs-6">
|
||||
<i class="icon-terminal"></i>
|
||||
<h3>Made for use with shell</h3>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<h3>Files stored for 14 days</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row animated fadeInDown">
|
||||
<div class="col-md-offset-3 col-md-3 col-xs-6">
|
||||
<i class="icon-tag"></i>
|
||||
<h3>For free</h3>
|
||||
|
|
|
@ -5666,7 +5666,7 @@ footer img {
|
|||
float: left;
|
||||
display: block;
|
||||
height: 90px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
margin: 3px 15px auto 20px;
|
||||
}
|
||||
blockquote.twitter-tweet {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue