Styling, layout

This commit is contained in:
Gene Mecija 2020-01-28 23:46:23 -08:00
parent 4aecd0c7ff
commit 5759522aff
12 changed files with 406 additions and 189 deletions

View file

@ -15,6 +15,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.2.0/fonts/remixicon.css" rel="stylesheet"></link>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
@ -24,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Learn Morse Code</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>