summaryrefslogtreecommitdiff
path: root/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css')
-rw-r--r--Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css b/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css
new file mode 100644
index 0000000..12e1f67
--- /dev/null
+++ b/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/Front End/src/index.css
@@ -0,0 +1,15 @@
+body {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
+ "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ background:#000;
+ color:#fff;
+}
+
+code {
+ font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
+ monospace;
+}