diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-02-12 11:42:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-02-12 11:42:15 -0500 |
| commit | 1f9b96db4b39ce57e75eea20ee3c01b982bea182 (patch) | |
| tree | be9e1a552b6c5871e293f150749e8cbb6627c476 /styles/Home.module.css | |
| parent | 17d45a625ae06800f9f36ddc304e53ad1740dcf3 (diff) | |
| download | personal-website-1f9b96db4b39ce57e75eea20ee3c01b982bea182.tar.gz personal-website-1f9b96db4b39ce57e75eea20ee3c01b982bea182.tar.bz2 personal-website-1f9b96db4b39ce57e75eea20ee3c01b982bea182.zip | |
More progress
Diffstat (limited to 'styles/Home.module.css')
| -rw-r--r-- | styles/Home.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css index ac8fb91..49b9185 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -7,4 +7,9 @@ background-repeat: no-repeat; background-size: cover; background-image: url("/temp-landing.png") +} + +.title { + font-size: 200%; + text-align: center; }
\ No newline at end of file |
