Merging styling into new branch based on most up to date branch of main
This commit is contained in:
parent
82ce646889
commit
70a4284b24
2 changed files with 22 additions and 1 deletions
|
@ -4,9 +4,13 @@
|
|||
<meta charset="UTF-8"/>
|
||||
<title>Skynet</title>
|
||||
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="styling/index.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_png.png" 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="password.html">Password Reset</a></h2>
|
||||
<p>Please use this service if you ever forget your skynet password</p>
|
||||
|
||||
|
|
17
src/stylesheets/index.css
Normal file
17
src/stylesheets/index.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* General styling */
|
||||
body{
|
||||
background-color: #007480;
|
||||
}
|
||||
/* Title bar */
|
||||
#title {
|
||||
background-color: white;
|
||||
height: 82px;
|
||||
}
|
||||
|
||||
#title img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
position: relative;
|
||||
}
|
Loading…
Reference in a new issue