Skip to content
Snippets Groups Projects

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

3 files
+ 75
37
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 58
20
header{
background-color: black;
display: block;
color: black;
margin-left: auto;
margin-right: inherit;
margin-right: auto;
width: 100%;
height: 75%;
height: 10%;
float: center;
text-align: center;
margin: auto;
margin: auto;
color: white;
}
body{
background-color: #212529;
font-family: 'Sora', sans-serif;
}
#ImageBox{
border: 2px solid #0b634d;
border-radius: 7px;
width: 810px;
height: 610px;
border: 15px solid Black ;
padding: 5px;
width: 400px;
height: 300px;
text-align: center;
margin: auto;
float: center;
background-color:red;
margin: 20px;
float: right;
}
#AddImageBox{
border-radius: 7px;
width: 810px;
height: 610px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: Left;
}
.DescriptionBox{
border: 2px solid #0b634d;
#DescriptionBox{
border-radius: 7px;
width: 640px;
height: 490px;
border: 15px solid Black ;
padding: 5px;
width: 400px;
height: 300px;
text-align: center;
margin: auto;
float: center;
background-color:red;
margin: 20px;
float: left;
}
#AddressBox{
border-radius: 7px;
width: 640px;
height: 630px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: Right;
}
#timesBox{
border-radius: 7px;
width: 480px;
height: 120px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: left;
}
#WebsiteBox{
border-radius: 7px;
width: 320px;
height: 80px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: right;
}
Loading