Build The UI BY FOLLOWING THE BELOW INSTRUCTION
Your app needs some UI elements. Follow the steps below then click the play button Step 1 Just after the opening BODY tag, add a HEADING level-2 element and set its text to a sample user's name, E.g your name! after it, add a DIV. Give it a class of user-photo and mdc-elevation--z3, then add an IMG element that displays a placeholder image from https://placeholder.com Step 2 Create a DIV with a CSS class of details and mdc-elevation--z3. Create another DIV with a CSS class of messages. Step 3 Create a FOOTER element and add 3 buttons within it. Each button should : have an id of btn-address, or btn-phone, or btn-birthdate have a CSS class of mdc-icon-button and material-icons contain an icon within it. So, for a like button, you'd go to https://material.io/tools/icons/, note the name of an appripriate icon, and put its name as text inside the button. E.g <button class="...">favorite</button> marilyn monroe