Skip to content
Snippets Groups Projects

Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"

1 file
+ 43
17
Compare changes
  • Side-by-side
  • Inline
+ 43
17
@@ -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;
}
}
Loading