Setting colour for boxes and moving all into one box

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-08 16:44:36 +01:00
parent bf18821e33
commit e2321a625d
2 changed files with 3 additions and 13 deletions

View file

@ -11,13 +11,11 @@
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
<h1>Skynet Password Reset & Sign-up service</h1>
</div>
<h2><a href="./signup.html">Sign-up Page</a></h2>
<p>Please use this if you have yet to activate an account on Skynet before.</p>
<div class="boxes">
<h2><a href="./signup.html">Sign-up Page</a></h2>
<p>Please use this if you have yet to activate an account on Skynet before.</p>
<h2><a href="password.html">Password Reset</a></h2>
<p>Please use this service if you ever forget your skynet password</p>
</div>
<div class="boxes">
<h2><a href="modify.html">User modification</a></h2>
<p>
Please use this service to modify your user data (email, login ssh key, etc.)

View file

@ -16,15 +16,7 @@ body{
.boxes {
display: -moz-flex;
/*
Colour options for below:
Complementary: #8F3B31
Monochromatic: #3EA8B5
Analogus: #31568F OR #318F6A
Triadic: #8F3185 OR #858F31
Tetradic: #6A318F OR #8F3B31 OR #568F31
*/
background-color: white;
background-color: #008B8B;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 3%;