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

70 lines
1.2 KiB
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{
2022-11-20 23:46:13 +00:00
position: absolute;
}
.Top-Bar > h1{
position: relative;
2022-11-20 23:46:13 +00:00
text-align: center;
font-size: 5rem;
color: #E4C3D2;
font-family: 'Lucida Sans';
padding: 25px 0px 0px 0px;
font-weight: 900;
margin: 0px
}
.Top-Bar > form{
position: relative;
2022-11-20 23:46:13 +00:00
float: right;
margin-right: 12%;
}
.Review-boxes {
position: relative;
}
.Review-boxes > h2 {
2022-11-20 23:46:13 +00:00
font-family: 'Lucida Sans';
display: block;
text-align: center;
font-size: 2.7rem;
color: #E4C3D2;
margin-top: 2.5em;
}
.Review-boxes > input {
position: relative;
left: 20.34cm;
top: -3.5cm;
}
2022-11-20 23:46:13 +00:00
img#create-btn {
position: absolute;
left: 12%;
}
.Filter-box{
2022-11-20 23:46:13 +00:00
width: 200px;
height: 400px;
background: #e4d9e9;
position: absolute;
border: 5px solid #99a2c2;
right: 12%;
}
.review-container{
display: flex;
position: relative;
2022-11-20 23:46:13 +00:00
margin-left: 25%;
}
.review-container > div {
background-color: #f1f1f1;
width: 200px;
height: 200px;
margin: 10px;
text-align: center;
line-height: 75px;
font-size: 30px;
}