fixed bugs with padding and links

This commit is contained in:
Thomas G 2022-06-19 20:19:53 +10:00
parent 49963119e8
commit 2e424293c1
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<h1>WELCOME TO MORBLOX!!!</h1>
<p>MORBLOX is a new revival of ROBLOX.</p>
<p><a href="signup.html">Sign Up</a> or <a href="login.html">Log In</a>
<p><a href="https://morblox.us" id="morblox" class="invisible">Click Here</a> to go to the published site.</p>
<p id="morblox" class="invisible"><a href="https://morblox.us">Click Here</a> to go to the published site.</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>

View File

@ -83,6 +83,8 @@ body {
margin-right: 0px;
margin-top: 0px;
background-color: white;
padding-bottom: 5px;
padding-top: 5px;
}
.content p a {
color: black