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