aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-06-11 12:43:36 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-06-11 12:43:36 -0400
commitd10c26e326330beacf9951933053b373817950e3 (patch)
tree7888a79ec9e75b25a0377d9910bdbdf0d6276a5d /styles/Home.module.css
parent1f9b96db4b39ce57e75eea20ee3c01b982bea182 (diff)
downloadpersonal-website-d10c26e326330beacf9951933053b373817950e3.tar.gz
personal-website-d10c26e326330beacf9951933053b373817950e3.tar.bz2
personal-website-d10c26e326330beacf9951933053b373817950e3.zip
Tailwind
Diffstat (limited to 'styles/Home.module.css')
-rw-r--r--styles/Home.module.css19
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