Trying to do a downloads page

Ok this is edited because i found out the solution to it, still have 1 doubt, how can i add css on a markdown file so i can make the button pretty, at the momment it looks like this


also i would like to know how to move the button a bit to the back and make the logo smaller, any way to do that? ill put the current code bellow

# Download of my logo
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
![Logo](/images/avatar.png)
<button class="btn"><i class="fa fa-download"></i><a href="/images/avatar.png" download="avatar.png">Download link</a></button>

you can do it with CSS - nothing for Hugo

aye thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.