diff --git a/pages/index.html b/pages/index.html index 7fe43fb..b3a1d30 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ About
-

Home

+

CasaChan

diff --git a/styles/styles.css b/styles/styles.css index c272186..fe9626d 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -5,4 +5,13 @@ body { .title { color: white; + text-align: center; +} + +.discussion-wrapper { + border: 1px solid white; + padding: 15px; + width: 500px; + margin-left: auto; + margin-right: auto; }