cse110-fa22-group29/source/static/homepage.css

54 lines
876 B
CSS
Raw Normal View History

/* homepage.css */
/* Color*/
body{
2022-11-20 23:46:13 +00:00
background-color: #97a5bd;
}
.Top-Bar{
}
.Top-Bar > img{
position: relative;
}
.Top-Bar > h1{
position: relative;
2022-11-20 23:46:13 +00:00
text-align: center;
color: #E4C3D2;
font-size: 100px;
2022-11-20 23:46:13 +00:00
font-family: 'Lucida Sans';
}
.Top-Bar > form{
position: relative;
2022-11-20 23:46:13 +00:00
float: right;
}
.Review-boxes {
position: relative;
}
#recent-reviews-text {
2022-11-20 23:46:13 +00:00
font-family: 'Lucida Sans';
text-align: center;
font-size: 80px;
2022-11-20 23:46:13 +00:00
color: #E4C3D2;
}
.Review-boxes > input {
position: relative;
}
2022-11-20 23:46:13 +00:00
img#create-btn {
position: relative;
2022-11-20 23:46:13 +00:00
}
.Filter-box{
2022-11-20 23:46:13 +00:00
background: #e4d9e9;
position: absolute;
border: 5px solid #99a2c2;
}
.review-container{
display: flex;
position: relative;
flex-wrap: wrap;
justify-content: center;
}
.review-container > div {
background-color: #f1f1f1;
text-align: center;
}