Skip to content

Commit

Permalink
botão download2
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Z33 committed Aug 30, 2024
1 parent bedd036 commit d454446
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ body {
}

.download-button {
font-size: 1px;
padding: 1px 1px;
width: 1px;
height: 1px;
bottom: 1px;
left: 1px;
font-size: 0,5px;
padding: 0,5px 0,5px;
width: 0,5px;
height: 0,5px;
bottom: 0,5px;
left: 0,5px;
position: absolute;
background: linear-gradient(135deg, #004d00, #00b300);
border-radius: 1px;
border: 1px solid #00ff00;
border-radius: 0,5px;
border: 0,5px solid #00ff00;
box-shadow: 0 0 10px #00ff00;
transition: transform 0.3s ease, background 0.3s ease;
}
Expand Down

0 comments on commit d454446

Please sign in to comment.