From d10c26e326330beacf9951933053b373817950e3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 11 Jun 2022 12:43:36 -0400 Subject: Tailwind --- styles/Home.module.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'styles/Home.module.css') 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 -- cgit v1.2.3