Skip to content

Instantly share code, notes, and snippets.

@charlesodili
charlesodili / index.html
Created July 29, 2019 18:50
Gradr - PayCard Starter Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Mini App</title>
<style>
body {
margin: 0;
@charlesodili
charlesodili / instructions.md
Last active July 11, 2019 09:55
Gradr - PayCard App Instructions

Build & Style The UI

Step 1

  • Style the BODY element with a white background color

  • Create a DIV and give it a data-cart-info attribute. Inside the DIV, create a HEADING with mdc-typography--headline4" as its CSS class

  • The HEADING should have 2 SPAN elements. The First displays a shopping cart by setting its class to material-icons and setting its content to shopping_cart. The second SPAN has an attribute of data-bill and will be used to display the total figure the user is trying to pay on the app