Skip to content
Snippets Groups Projects
Commit d5c934c9 authored by Arianne Bayliss's avatar Arianne Bayliss
Browse files

Replace landingstyle.css

parent 0f7b89dd
No related branches found
No related tags found
2 merge requests!29Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces",!27Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"
...@@ -8,26 +8,52 @@ header{ ...@@ -8,26 +8,52 @@ header{
height: 75%; height: 75%;
} }
button{
background-color: white; #logo{
color: black;
text-align: center;
position: absolute;
margin: inherit;
display: inline-block;
line-height: 20px;
width: 10%; width: 10%;
height: 15%; }
font-size: 16px;
border-radius: 12px;
padding: 1px 10px; button{
transform: translate(350%, 50%); font-family: 'Sora', sans-serif;
font-family: monospace;
font-style: oblique;
font-weight: bolder;
cursor: pointer; cursor: pointer;
} }
body{ body{
display: block; background-color: #212529;
font-family: 'Sora', sans-serif;
}
.container-fluid{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
#tramshed{
width: 45%;
height: 45%;
display: inline-block;
transform: translate(60%, 0%);
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
}
#buttons{
width: 25%;
height: 25%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-left: auto;
margin-right: auto;
transform: translate(-10%, 0%);
}
#dropdownmenu{
background-color: grey;
color: #212529;
text-align: end;
} }
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