Birthday card in html css js
Before viewing the code visit YouTube video for experience the environment YouTube link - Click here So here is the code Html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HTML</title> <!-- HTML --> <!-- Custom Styles --> <link rel="stylesheet" href="style.css"> </head> <body> <div class="birthdayCard"> <div class="cardFront"><h3 class="happy">HAPPY BIRTHDAY!</h3> <div class="balloons"> <div class="balloonOne"></div> <div class="balloonTwo"></div> <div class="balloonThree"></div> <div class="balloonFou...