-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
103 lines (82 loc) · 1.42 KB
/
home.css
File metadata and controls
103 lines (82 loc) · 1.42 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.foot-img {
position: fixed;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
}
#larry{
font-size: 12vw;
}
.reviewers {
display: flex;
width: 100%;
justify-content: center;
/*position: absolute;*/
box-sizing: border-box;
}
.reviewer {
margin-left: 10%;
margin-right: 10%;
font-family: 'Raleway', sans-serif;
font-size: 1.9vw;
text-align: center;
z-index: 1;
}
/*.reviews {
margin-top: 42%
}*/
.quote {
padding-left: 3%;
padding-right: 3%;
font-family: 'Raleway', sans-serif;
font-size: 1.9vw;
text-align: center;
}
.quotes {
display: flex;
width: 100%;
justify-content: center;
margin-top: -16px;
box-sizing: border-box;
}
.front-image {
max-width: 100%;
max-height: 100%;
margin-top: 5%;
}
.front-display {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
text-align: center;
}
.front-text {
position: absolute;
color: #EFD7E0;
font-size: 12vw;
border-style: solid;
border-width: 4px;
padding: 20px;
font-family: 'Raleway', sans-serif;
}
.front-header{
padding-right: 99%;
position: fixed;
color: rgb(0,0,0);
background: rgb(0,0,0);
width: 100%;
height: 10%;
min-height: 55px;
display:flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.front-butt {
margin: 5%
}
.front-logo{
padding-right: 90px;
}