In my website, I want to create a download button. The download button will point to either a word, excel or powerpoint file. This button will be used repeatedly. So I wrote the following code:
<style>
.downbut{
width: 240px;
height: 60px;
border-left: 10px solid #79ba33...