diff options
Diffstat (limited to 'styles/Home.module.css')
| -rw-r--r-- | styles/Home.module.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css index 49b9185..07473ce 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -1,6 +1,8 @@ +/* .container { padding: 0 2rem; } + .landing { height: 100%; background-position: center; @@ -9,7 +11,22 @@ background-image: url("/temp-landing.png") } + +.landing { + text-align: center; +} + .title { font-size: 200%; +} + +.description { +} + +.contact { +} + +.text-center { text-align: center; -}
\ No newline at end of file +} +*/
\ No newline at end of file |
