I use number of div tags to create these emoji expression if you want more video like this please subscribe our channel and thanks for your visit Source code: Html: <!DOCTYPE html> <html> <head> <title>emoji</title> <!-- css reference --> <link rel="stylesheet" type="text/css" href="emoji.css"> </head> <body> <!-- Emoji container --> <div id="angry"> <!-- Each div contains eack emoji,and the name for the expressions is given in the div id--> <div id="aface"> <div class="ael"></div> <div class="aer"></div> <h1 class="al"></h1> <h1 class="ar"></h1> <div id="am"></div> </div> </div> <div id="sad"> <!-- Each div contains eack emoji,and the name for the ex...
Comments
Post a Comment