Skip to content
Snippets Groups Projects

ZAINABS work + my basic list locations page and route to help with this issue

13 files
+ 393
2
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 78
0
header{
background-color: black;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 10%;
float: center;
text-align: center;
margin: auto;
color: white;
}
body{
font-family: 'Sora', sans-serif;
}
#ImageBox{
border-radius: 7px;
width: 810px;
height: 610px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: right;
}
#AddImageBox{
border-radius: 7px;
width: 810px;
height: 610px;
border: 15px solid Black ;
padding: 5px;
margin: 20px;
float: Left;
}
#DescriptionBox{
border-radius: 7px;
width: 640px;
height: 490px;
border: 15px solid Black ;
padding: 5px;
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