mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
20 lines
364 B
HTML
20 lines
364 B
HTML
|
<style>
|
||
|
.button {
|
||
|
background-color: #343a40;
|
||
|
border: none;
|
||
|
border-radius:.25rem;
|
||
|
color: white;
|
||
|
padding: .5rem .75rem;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
display: inline-block;
|
||
|
font-size: 1rem;
|
||
|
font-weight:bold;
|
||
|
float:right;
|
||
|
}
|
||
|
.button:hover {
|
||
|
color: #ddd;
|
||
|
}
|
||
|
</style>
|
||
|
<a class="button" href="/local_content/upload/">Upload to USB</a>
|