From 85c3c4d1cfb13be79b23201a73791abb69d7b801 Mon Sep 17 00:00:00 2001 From: Ashwanth K <cb.en.u4cse19305@cb.students.amrita.edu> Date: Sun, 27 Dec 2020 20:30:11 +0530 Subject: [PATCH] Upload New File --- client/src/index.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/src/index.css diff --git a/client/src/index.css b/client/src/index.css new file mode 100644 index 0000000..d541b71 --- /dev/null +++ b/client/src/index.css @@ -0,0 +1,16 @@ +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-color: black; + background-image: url(bg.jpg); + background-size: cover; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} -- GitLab