-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.css
52 lines (45 loc) · 802 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.content {
width: 100%;
margin: auto auto;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
/* width: fit-content; */
height: fit-content;
padding-bottom: 180px;
}
.add-review {
box-shadow: none;
width: fit-content;
margin-right: 20px;
}
.add-review:hover {
background: none;
}
.add-review:hover .add-review-text {
color: gray;
}
.index-title {
color: #69bdc8;
font-weight: normal;
font-size: 80px;
width: 100%;
margin: 0 auto;
}
.subtitle {
color: rgba(102, 100, 101, 0.5);
font-size: 20px;
margin-top: 0px;
}
.home-header {
margin: 1%;
display: flex;
justify-content: space-between;
align-items: center;
}
.layui-form {
display: flex;
justify-content: space-between;
}