Skip to content
Snippets Groups Projects
Commit 7fa7cf7e authored by Liam Driscoll's avatar Liam Driscoll
Browse files

Merge branch...

Merge branch '15-as-a-user-i-want-to-find-out-what-tramshed-is-so-that-i-can-access-their-working-spaces' into 'development'

ARIANNE'S WORK "As a user I want to find out what Tramshed is so that I can access their working spaces"

Closes #15

See merge request !23
parents 062fdd24 6b0b8a01
No related branches found
No related tags found
1 merge request!23ARIANNE'S WORK "As a user I want to find out what Tramshed is so that I can access their working spaces"
# README
Write an overview of your project here...
<html>
<head><link rel="stylesheet" href="landingstyle.css"></head>
<header>
<title>Tramshed Tech</title>
<img src="logo.jpg"/><br><br><br><br>
</header>
<body>
<img src="title.png"/>
<button id= "ViewLocations" type="ViewLocations" href="locations.html">View Locations</button>
</body>
</html>
header{
background-color: black;
display: block;
color: black;
margin-left: auto;
margin-right: inherit;
width: 100%;
height: 75%;
}
button{
background-color: white;
color: black;
text-align: center;
position: absolute;
margin: inherit;
display: inline-block;
line-height: 20px;
width: 10%;
height: 15%;
font-size: 16px;
border-radius: 12px;
padding: 1px 10px;
transform: translate(350%, 50%);
font-family: monospace;
font-style: oblique;
font-weight: bolder;
cursor: pointer;
}
body{
display: block;
}
static/logo.jpg

21.6 KiB

static/title.png

6.03 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment