diff options
author | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
commit | c44c85af7ade620419c097d9fc8ce4c9c66c00a7 (patch) | |
tree | fa9b5f6322088ad75a1675780e47807efbc3108f /src/components/Header/Header.module.css | |
parent | e571b19f3c3215fbb7436d2f023eca02c0955e4e (diff) |
Built a basic folder structure
Diffstat (limited to 'src/components/Header/Header.module.css')
-rw-r--r-- | src/components/Header/Header.module.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css new file mode 100644 index 0000000..b30d5b7 --- /dev/null +++ b/src/components/Header/Header.module.css @@ -0,0 +1,8 @@ +.header { + font-family: "Fredoka One", cursive; + display: flex; + flex-direction: column; + align-items: center; + margin: 20px; + padding: 20px; +} |