Skip to content
Snippets Groups Projects

Update static/testSearch.html, templates/OurSpaces.html, templates/Space.html,...

2 files
+ 51
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 40
0
 
header{
 
background-color: black;
 
display: block;
 
color: black;
 
margin-left: auto;
 
margin-right: inherit;
 
width: 100%;
 
height: 75%;
 
float: center;
 
text-align: center;
 
margin: auto;
 
 
}
 
body{
 
background-color: #212529;
 
font-family: 'Sora', sans-serif;
 
}
 
 
#ImageBox{
 
border: 2px solid #0b634d;
 
padding: 5px;
 
width: 400px;
 
height: 300px;
 
text-align: center;
 
margin: auto;
 
float: center;
 
background-color:red;
 
 
}
 
 
.DescriptionBox{
 
border: 2px solid #0b634d;
 
padding: 5px;
 
width: 400px;
 
height: 300px;
 
text-align: center;
 
margin: auto;
 
float: center;
 
background-color:red;
 
}
Loading