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

Adding stuff.

parent 58ae56da
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"
<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