name change and discussion box creation (css)

This commit is contained in:
sweatshirt0 2023-01-27 00:35:06 -05:00
parent fd579de898
commit c9967f50f3
2 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<a class="about" href="/about">About</a>
</div>
<div class="title-wrapper">
<h1 class="title">Home</h1>
<h1 class="title">CasaChan</h1>
</div>
<div class="discussion-wrapper">
</div>

View File

@ -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;
}