Merge branch 'sprint-2' into sprint-2-css-review-details

This commit is contained in:
Arthur Lu
2022-11-20 16:41:35 -08:00
committed by GitHub
13 changed files with 182 additions and 96 deletions

View File

@@ -1,65 +1,53 @@
/* homepage.css */
/* Color*/
body{
background-color: #13323b;
background-color: #97a5bd;
}
.Top-Bar{
margin-top: -8cm;
}
.Top-Bar > img{
position: relative;
top: 7.5cm;
}
.Top-Bar > h1{
position: relative;
left: 10.5cm;
top: 2.2cm;
font-size: 3cm;
color: #EAA9BC;
text-align: center;
color: #E4C3D2;
font-size: 100px;
font-family: 'Lucida Sans';
}
.Top-Bar > form{
position: relative;
left: 32cm;
float: right;
}
.Review-boxes {
position: relative;
}
.Review-boxes > h2 {
position: relative;
left: 10cm;
font-size: 1.5cm;
color: #EAA9BC;
#recent-reviews-text {
font-family: 'Lucida Sans';
text-align: center;
font-size: 80px;
color: #E4C3D2;
}
.Review-boxes > input {
position: relative;
left: 20.34cm;
top: -3.5cm;
}
img#create-btn {
position: relative;
}
.Filter-box{
width:300px;
height:700px;
background: #8D4E62;
position: relative;
left: 29.5cm;
top: -5.5cm;
background: #e4d9e9;
position: absolute;
border: 5px solid #99a2c2;
}
.review-container{
display: flex;
position: relative;
top: -22cm;
left: 5cm;
max-width: 900px;
flex-wrap: wrap;
}
.review-container > div {
background-color: #f1f1f1;
width: 200px;
height: 200px;
margin: 10px;
text-align: center;
line-height: 75px;
font-size: 30px;
}