Hey @fabiyama ! Well done, your first code tutorial!!! 100% upvoted! XD ! :-)
PS: your code example however contains a small error you might want to fix ;-)
--> it's in the section "Create your first button". The code you have now (and its image) is:
<a class="button1">Download</a>
However, because the a hyperlink ("anchor") element is missing its href="" attribute, the text Download displays inside the browser as text instead of a regular hyperlink.
You can fix this (and maybe update the picture as well?) like so:
<a class="button1" href="">Download</a>
But anyway, much work done, let's continue this! Looking forward to more of your coding tuts!!!!
Oh! You are right! I focused so much in the CSS so I didn't consider xD I think it's not allowed to modify an accepted post at utopian so I will upvote your comment for visibility. Just fix my username please n.n it's missing "da" :P
I am glad you will follow this series bc you will help me improve too, ok?xD i will follow your tuts too!