Removed Min-Height from content and added black links in TOS
This commit is contained in:
parent
aa6682ca32
commit
5d9bf76aaa
4
main.css
4
main.css
|
|
@ -69,7 +69,6 @@ body {
|
|||
}
|
||||
.content {
|
||||
color: black;
|
||||
min-height: 1000px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin-left: 1px;
|
||||
|
|
@ -77,6 +76,9 @@ body {
|
|||
margin-top: 0px;
|
||||
background-color: white;
|
||||
}
|
||||
.content p a {
|
||||
color: black
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
background-color: rgb(179, 179, 179);
|
||||
|
|
|
|||
3
tos.html
3
tos.html
|
|
@ -40,8 +40,7 @@
|
|||
</header>
|
||||
<div class="content">
|
||||
<h1>Terms of Service</h1>
|
||||
<p>Welcome to MORBLOX! Before signing up...</p>
|
||||
<a href="privacy.html">Read our Privacy Policy.</a>
|
||||
<p>Welcome to MORBLOX! Before signing up, please read the <a href="privacy.html">Privacy Policy.</a></p>
|
||||
<h2>Our Rules</h2>
|
||||
<p>• Swearing is fine, but please do not say any racial or homophobic slurs.</p>
|
||||
<p>• Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue