Aditya Tiwari's blog

Tags · typography

Home

About

Archives

loading..
typographyhexo

How to Build a Piano With Only HTML, CSS, Javascript ?

In this post, we’ll learn how to build this piano from scratch using simple HTML, CSS, and JavaScript. Firstly, we’ll structure our web app using HTML. We’ll use the main tag to make a wrapper structure for the piano. We will create classes to show white and black keys, and classes will be further used in CSS for designing. I added a class empty to some b..

Read more