add initial Angular components, services, and routing setup
This commit is contained in:
12
client/src/styles.css
Normal file
12
client/src/styles.css
Normal file
@@ -0,0 +1,12 @@
|
||||
body, html {
|
||||
font-family: Roboto, sans-serif;
|
||||
height: 100%;
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
rgb(245, 245, 245),
|
||||
rgb(230, 230, 230)
|
||||
);
|
||||
}
|
||||
|
||||
html, body { height: 100%; }
|
||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
||||
Reference in New Issue
Block a user