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