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

57 lines
930 B
CSS
Raw Normal View History

/* homepage.css */
/* Color*/
body{
2022-11-21 06:35:02 +00:00
/*background-color: #97a5bd*/
background-color: #E3E3EC;
}
.Top-Bar{
}
.Top-Bar > img{
position: relative;
}
.Top-Bar > h1{
position: relative;
2022-11-20 23:46:13 +00:00
text-align: center;
2022-11-21 06:35:02 +00:00
/*color: #E4C3D2;*/
color: #8284D0;
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-21 06:35:02 +00:00
/*Color: #E4C3D2;*/
color: #8284D0;
}
.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;
}
.review-container > div {
background-color: #f1f1f1;
text-align: center;
}