name change and discussion box creation (css)
This commit is contained in:
parent
fd579de898
commit
c9967f50f3
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user