diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
| commit | 7e6cdbaaca6dc1995d86ec49bacf212aed926839 (patch) | |
| tree | 08575fec705ec53816e83f9addbd71d9586e4d40 /src/styles/main.css | |
| parent | a29b5cb04e292dbeb5ea47db71df68b486b19db3 (diff) | |
| download | authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.tar.xz authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.zip | |
Added FontAwesome
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 2cac8bc..8c1df05 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -21,4 +21,15 @@ body { margin: 0; padding: 0; + font-family: 'Lato'; +} +.title { + font-size: 24px; + line-height: 5px; +} +.titleContainer { + position: absolute; + top: 0px; + left: 10px; + }
\ No newline at end of file |
